Skip to content

Commit bdfd881

Browse files
authored
Merge pull request #8690 from radarhere/314
2 parents f521a4b + 2ce2ff2 commit bdfd881

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
python-version: ["pypy3.10", "3.9", "3.10", "3.11", "3.12", "3.13"]
38+
python-version: ["pypy3.10", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
3939

4040
timeout-minutes: 30
4141

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
]
4343
python-version: [
4444
"pypy3.10",
45+
"3.14",
4546
"3.13t",
4647
"3.13",
4748
"3.12",

0 commit comments

Comments
 (0)