Skip to content

Commit

Permalink
Switch to 3.12 rc Python
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Oct 1, 2023
1 parent a946dd3 commit f599a9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
all_checks:
name: Run all tests, lints, etc. (Python 3.12)
name: Run all tests, lints, etc. (Python 3.11)
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"

Expand All @@ -15,7 +15,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: '3.12'
python-version: '3.11'

- name: Update pip & setuptools
run: python -m pip install -U pip setuptools
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
python: ['3.8', '3.9', '3.10', '3.11', '3.12.0-rc3']
if: "!contains(github.event.head_commit.message, '[skip ci]')"

steps:
Expand Down

0 comments on commit f599a9a

Please sign in to comment.