Skip to content

Commit 9ccd827

Browse files
committed
Add support for Python 3.14
1 parent 0599eba commit 9ccd827

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
# List of Python versions:
3838
# https://devguide.python.org/versions/
39-
python-version: ["3.10", "3.11", "3.12", "3.13"]
39+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4040

4141
steps:
4242
- name: Check out code

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
2323
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: 3.14",
2425
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2526
]
2627

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ envlist =
1313
py311
1414
py312
1515
py313
16+
py314
1617
lint
1718

1819
[testenv]

0 commit comments

Comments
 (0)