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 01e06b8 commit 111046aCopy full SHA for 111046a
.github/workflows/unittests.yml
@@ -27,6 +27,7 @@ jobs:
27
- "3.11"
28
- "3.12"
29
- "3.13"
30
+ - "3.14"
31
# Additional special cases (see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-adding-configurations)
32
include:
33
- os: "windows-latest"
setup.py
@@ -109,6 +109,7 @@
109
"Programming Language :: Python :: 3.11",
110
"Programming Language :: Python :: 3.12",
111
"Programming Language :: Python :: 3.13",
112
+ "Programming Language :: Python :: 3.14",
113
"License :: OSI Approved :: Apache Software License",
114
"Development Status :: 5 - Production/Stable",
115
"Operating System :: OS Independent",
0 commit comments