Skip to content

Commit fa74a2f

Browse files
Update Python to >=3.14,<3.15
1 parent 10f6d5b commit fa74a2f

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
@@ -3,7 +3,7 @@ name = "bootstrap-python-package"
33
dynamic = ["version"]
44
description = "A nice package meant to achieve world domination!"
55
authors = [{ name = "Federico Busetti", email = "729029+febus982@users.noreply.github.com" }]
6-
requires-python = ">=3.9,<3.14"
6+
requires-python = ">=3.14,<3.15"
77
readme = "README.md"
88
license = "MIT"
99
classifiers = [

0 commit comments

Comments
 (0)