We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd47e01 commit d56724aCopy full SHA for d56724a
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
run_test_suite:
15
strategy:
16
matrix:
17
- python-version: ["3.10", 3.13] # no current need for in-between versions
+ python-version: ["3.10", 3.14] # no current need for in-between versions
18
name: Run the Test Suite
19
runs-on: ubuntu-24.04
20
steps:
setup.py
@@ -24,6 +24,7 @@
24
"Programming Language :: Python :: 3.11",
25
"Programming Language :: Python :: 3.12",
26
"Programming Language :: Python :: 3.13",
27
+ "Programming Language :: Python :: 3.14",
28
"Programming Language :: Python :: 3 :: Only",
29
],
30
python_requires='>=3.10',
0 commit comments