Skip to content

Commit 0fbf014

Browse files
authored
3.13 not yet supported
1 parent ab0e815 commit 0fbf014

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ classifiers = [
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
2929
"Programming Language :: Python :: 3.13",
30-
"Programming Language :: Python :: 3.14",
3130
"Topic :: Scientific/Engineering",
3231
]
3332
dynamic = [
@@ -88,3 +87,7 @@ skip = [
8887
"setup.py",
8988
"doc/conf.py",
9089
]
90+
91+
[tool.pyproject-fmt]
92+
# maximum Python version to use when generating version specifiers
93+
max_supported_python = "3.13"

0 commit comments

Comments
 (0)