Skip to content

Commit ac66090

Browse files
committed
Added Python 3.14 to the test matrix
1 parent a0da94d commit ac66090

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
13+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", pypy-3.11]
38+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", pypy-3.11]
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ reportUnnecessaryTypeIgnoreComment = true
8888
warn_unused_ignores = true
8989

9090
[tool.tox]
91-
env_list = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3"]
91+
env_list = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "pypy3"]
9292
skip_missing_interpreters = true
93-
labels = {typing = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]}
93+
labels = {typing = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]}
9494
requires = ["tox >= 4.22"]
9595

9696
[tool.tox.env_run_base]

0 commit comments

Comments
 (0)