Skip to content

Commit d30eb4e

Browse files
authored
Update maximum supported Python version to 3.14
Works just fine with the current requirements
1 parent 25acaab commit d30eb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/pythoncheck.py

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

2525
# Oldest / newest version supported
2626
MIN_PYTHON = (3, 9)
27-
MAX_PYTHON = (3, 13)
27+
MAX_PYTHON = (3, 14)
2828

2929

3030
def check_python_version():

0 commit comments

Comments
 (0)