Skip to content

Commit 54aa8fa

Browse files
authored
Merge pull request #7441 from radarhere/python3.12
Test Python 3.12 final in GitHub Actions
2 parents ea28a50 + 73d4bc4 commit 54aa8fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
python-version: ["pypy3.10", "pypy3.9", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
35+
python-version: ["pypy3.10", "pypy3.9", "3.8", "3.9", "3.10", "3.11", "3.12"]
3636

3737
timeout-minutes: 30
3838

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python-version: [
4040
"pypy3.10",
4141
"pypy3.9",
42-
"3.12-dev",
42+
"3.12",
4343
"3.11",
4444
"3.10",
4545
"3.9",

0 commit comments

Comments
 (0)