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 52a962a commit fb83114Copy full SHA for fb83114
noxfile.py
@@ -15,7 +15,7 @@
15
16
PYPROJECT = nox.project.load_toml("pyproject.toml")
17
ALL_PYTHONS = nox.project.python_versions(PYPROJECT)
18
-ALL_PYTHONS += ["3.14", "pypy-3.10"]
+ALL_PYTHONS += ["pypy-3.10"]
19
20
21
@nox.session(python="3.8")
pyproject.toml
@@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
22
"Programming Language :: Python :: 3.12",
23
"Programming Language :: Python :: 3.13",
24
+ "Programming Language :: Python :: 3.14",
25
]
26
dependencies = [
27
"packaging>=23.2",
0 commit comments