bump min required Python version to 3.10
This commit is contained in:
@@ -27,7 +27,7 @@ import os
|
||||
import sys
|
||||
|
||||
|
||||
MIN_PYTHON_VERSION = "3.8.0" # FIXME duplicated from setup.py
|
||||
MIN_PYTHON_VERSION = "3.10.0" # FIXME duplicated from setup.py
|
||||
_min_python_version_tuple = tuple(map(int, (MIN_PYTHON_VERSION.split("."))))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user