Skip to content

Commit

Permalink
Add python_requires
Browse files Browse the repository at this point in the history
Prevents people from getting unexpected syntax errors when they
install on a python version too old.
  • Loading branch information
galv committed Jun 10, 2024
1 parent 0fe2194 commit 081ca7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ def finalize_options(self):
'Operating System :: OS Independent',
],
packages=setuptools.find_packages(),
python_requires='>=3.10',
install_requires=install_requires,
# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
Expand Down

0 comments on commit 081ca7d

Please sign in to comment.