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 f6b212b commit 89bc423Copy full SHA for 89bc423
.github/workflows/check.yaml
@@ -19,6 +19,7 @@ jobs:
19
fail-fast: false
20
matrix:
21
env:
22
+ - "3.14"
23
- "3.13"
24
- "3.12"
25
- "3.11"
pyproject.toml
@@ -23,7 +23,6 @@ requires-python = ">=3.9"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
26
- "License :: OSI Approved :: MIT License",
27
"Operating System :: OS Independent",
28
"Programming Language :: Python",
29
"Programming Language :: Python :: 3 :: Only",
0 commit comments