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 f4ee329 commit 0922a71Copy full SHA for 0922a71
.github/workflows/ci.yml
@@ -57,6 +57,8 @@ jobs:
57
runs-on: ubuntu-latest
58
- python-version: "3.8"
59
60
+ - python-version: "3.14t"
61
+ runs-on: ubuntu-latest
62
63
steps:
64
- uses: actions/checkout@v4
pyproject.toml
@@ -26,6 +26,7 @@ classifiers = [
26
"Programming Language :: Python :: 3.11",
27
"Programming Language :: Python :: 3.12",
28
"Programming Language :: Python :: 3.13",
29
+ "Programming Language :: Python :: 3.14",
30
"Topic :: Scientific/Engineering",
31
"Typing :: Typed",
32
]
0 commit comments