Skip to content

Commit

Permalink
Merge pull request #7441 from radarhere/python3.12
Browse files Browse the repository at this point in the history
Test Python 3.12 final in GitHub Actions
  • Loading branch information
radarhere committed Oct 3, 2023
2 parents ea28a50 + 73d4bc4 commit 54aa8fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["pypy3.10", "pypy3.9", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
python-version: ["pypy3.10", "pypy3.9", "3.8", "3.9", "3.10", "3.11", "3.12"]

timeout-minutes: 30

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
python-version: [
"pypy3.10",
"pypy3.9",
"3.12-dev",
"3.12",
"3.11",
"3.10",
"3.9",
Expand Down

0 comments on commit 54aa8fa

Please sign in to comment.