Skip to content

Commit f67ae0b

Browse files
committed
Update the allowed python verson on setup.
1 parent 1c4d3ac commit f67ae0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from collections import defaultdict
1010

11-
if (3, 0) <= sys.version_info < (3, 10):
11+
if (3, 0) <= sys.version_info < (3, 11):
1212
raise RuntimeError("Python version >= 3.10 required.")
1313

1414

0 commit comments

Comments
 (0)