Skip to content

Commit 6e497ce

Browse files
committed
nox/gha: add 3.14.0-alpha.7
1 parent a0203bf commit 6e497ce

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
os: [ubuntu-latest]
38-
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
38+
python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-alpha.7"]
3939
include:
4040
- { os: ubuntu-latest, python: "pypy3.9" }
4141
- { os: ubuntu-latest, python: "pypy3.10" }

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
os: [ubuntu-latest]
29-
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
29+
python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-alpha.7"]
3030
include:
3131
- { os: ubuntu-latest, python: "pypy3.9" }
3232
- { os: ubuntu-latest, python: "pypy3.10" }

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"3.11",
1717
"3.12",
1818
"3.13",
19+
"3.14",
1920
"pypy3.8",
2021
"pypy3.9",
2122
"pypy3.10",

0 commit comments

Comments
 (0)