Skip to content

Commit ee38603

Browse files
Update Python to >=3.14.5,<3.15
1 parent 638206d commit ee38603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
]
3232

3333
[tool.poetry.dependencies]
34-
python = ">=3.6.2,<3.11"
34+
python = ">=3.14.5,<3.15"
3535
numpy = [
3636
{ version = "<=1.20", python = "<3.7" },
3737
{ version = "^1.21.6", python = ">=3.7" },

0 commit comments

Comments
 (0)