Skip to content

Commit d56724a

Browse files
committed
Add support for Python 3.14
1 parent dd47e01 commit d56724a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run_test_suite:
1515
strategy:
1616
matrix:
17-
python-version: ["3.10", 3.13] # no current need for in-between versions
17+
python-version: ["3.10", 3.14] # no current need for in-between versions
1818
name: Run the Test Suite
1919
runs-on: ubuntu-24.04
2020
steps:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
2626
"Programming Language :: Python :: 3.13",
27+
"Programming Language :: Python :: 3.14",
2728
"Programming Language :: Python :: 3 :: Only",
2829
],
2930
python_requires='>=3.10',

0 commit comments

Comments
 (0)