Skip to content

Commit 836150c

Browse files
budjensenlkadz
andauthored
Add upper bound (3.14) to python version
Co-authored-by: Lee Kadz <[email protected]>
1 parent 6ad6798 commit 836150c

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
@@ -8,7 +8,7 @@ authors = [
88
{ name = "SunnyNyhus" },
99
]
1010
readme = "README.md"
11-
requires-python = ">=3.11"
11+
requires-python = ">=3.11,<3.14"
1212
dependencies = [
1313
"numpy",
1414
"scipy",

0 commit comments

Comments
 (0)