Skip to content

Commit ff5acae

Browse files
committed
dep: remove upper limit on python version
1 parent b923274 commit ff5acae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12
1+
3.14

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
{ name = "Abhinav Adduri", email = "abhinav.adduri@arcinstitute.org" },
99
{ name = "Yusuf Roohani", email = "yusuf.roohani@arcinstitute.org" },
1010
]
11-
requires-python = ">=3.11,<3.13"
11+
requires-python = ">=3.11"
1212
dependencies = [
1313
"igraph>=0.11.8",
1414
"pdex>=0.2.0",

0 commit comments

Comments
 (0)