Skip to content

Commit 1a87061

Browse files
committed
ci(github-actions): add python 3.14 to github-actions and tox
1 parent 90e5ee7 commit 1a87061

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
python-check:
77
strategy:
88
matrix:
9-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
9+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1010
platform: [ubuntu-22.04, macos-latest, windows-latest]
1111
runs-on: ${{ matrix.platform }}
1212
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ testpaths = ["tests/"]
174174

175175
[tool.tox]
176176
requires = ["tox>=4.22"]
177-
env_list = ["3.9", "3.10", "3.11", "3.12", "3.13"]
177+
env_list = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
178178

179179
[tool.tox.env_run_base]
180180
description = "Run tests suite against Python {base_python}"

0 commit comments

Comments
 (0)