Skip to content

Commit 6e8edcd

Browse files
Lee-Wbearomorphism
authored andcommitted
ci(github-actions): add python 3.14 to github-actions and tox
1 parent d7cf81c commit 6e8edcd

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
@@ -173,7 +173,7 @@ testpaths = ["tests/"]
173173

174174
[tool.tox]
175175
requires = ["tox>=4.22"]
176-
env_list = ["3.9", "3.10", "3.11", "3.12", "3.13"]
176+
env_list = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
177177

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

0 commit comments

Comments
 (0)