Skip to content

Commit

Permalink
lower python version req
Browse files Browse the repository at this point in the history
  • Loading branch information
stepjam committed Feb 4, 2024
1 parent 34c1086 commit da39470
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 @@ -50,7 +50,7 @@ def get_version(rel_path):
author_email="stepjamuk@gmail.com",
url="https://stepjam.github.io/",
packages=setuptools.find_packages(),
python_requires=">=3.10",
python_requires=">=3.8",
install_requires=core_requirements,
extras_require={
"dev": ["pre-commit"],
Expand Down

0 comments on commit da39470

Please sign in to comment.