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 07b6262 commit cbc1c88Copy full SHA for cbc1c88
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
6
7
[project]
8
name = "package"
9
-requires-python = ">=3.10"
+requires-python = ">=3.10.0,<3.14.0"
10
authors = [{name = "Author", email = "author@email"}]
11
maintainers = [{name = "Maintainer", email = "maintainer@email"}]
12
dynamic = ["version", "description"]
0 commit comments