Skip to content

Commit

Permalink
Update run-tests.yml (#236)
Browse files Browse the repository at this point in the history
tests: Use 3.11 final and add 3.12-dev
  • Loading branch information
Ousret committed Nov 14, 2022
1 parent fecbd67 commit 27605b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11-dev"]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12-dev"]
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit 27605b8

Please sign in to comment.