Skip to content

Commit

Permalink
Lower setup requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Dec 18, 2023
1 parent aa2f1a5 commit 565aba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from setuptools import setup, find_packages
from setuptools.command.install import install

MIN_PYTHON_VERSION = "3.10.13"
MIN_PYTHON_VERSION = "3.10.0"
_min_python_version_tuple = tuple(map(int, (MIN_PYTHON_VERSION.split("."))))

print("Current Python Version:", (sys.version_info[:3]))
Expand Down

0 comments on commit 565aba9

Please sign in to comment.