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 54c04d0 commit 52ea88fCopy full SHA for 52ea88f
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- python: [3.9, 3.13]
+ python: [3.9, 3.14]
15
steps:
16
- uses: actions/checkout@v5
17
with: {fetch-depth: 0}
pyproject.toml
@@ -53,6 +53,7 @@ classifiers = [
53
"Programming Language :: Python :: 3.11",
54
"Programming Language :: Python :: 3.12",
55
"Programming Language :: Python :: 3.13",
56
+ "Programming Language :: Python :: 3.14",
57
"Programming Language :: Python :: 3 :: Only",
58
"Programming Language :: Python :: Implementation",
59
"Programming Language :: Python :: Implementation :: IronPython",
0 commit comments