Skip to content

Commit

Permalink
Update config.yml to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
marcharper authored Oct 17, 2023
1 parent fa74862 commit 3ec3952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest]
python-version: ["3.11"]
python-version: ["3.12"]
steps:
- name: Check imports are sorted
run: |
Expand Down

0 comments on commit 3ec3952

Please sign in to comment.