Skip to content

Commit cbc1c88

Browse files
authored
fix: package metadata did not constrain the upper limit of Python’s version range, set now to <3.14 (#848)
1 parent 07b6262 commit cbc1c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66

77
[project]
88
name = "package"
9-
requires-python = ">=3.10"
9+
requires-python = ">=3.10.0,<3.14.0"
1010
authors = [{name = "Author", email = "author@email"}]
1111
maintainers = [{name = "Maintainer", email = "maintainer@email"}]
1212
dynamic = ["version", "description"]

0 commit comments

Comments
 (0)