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 ab0e815 commit 0fbf014Copy full SHA for 0fbf014
pyproject.toml
@@ -27,7 +27,6 @@ classifiers = [
27
"Programming Language :: Python :: 3.11",
28
"Programming Language :: Python :: 3.12",
29
"Programming Language :: Python :: 3.13",
30
- "Programming Language :: Python :: 3.14",
31
"Topic :: Scientific/Engineering",
32
]
33
dynamic = [
@@ -88,3 +87,7 @@ skip = [
88
87
"setup.py",
89
"doc/conf.py",
90
+
91
+[tool.pyproject-fmt]
92
+# maximum Python version to use when generating version specifiers
93
+max_supported_python = "3.13"
0 commit comments