Skip to content

Commit

Permalink
Add missing python_requires.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac authored Sep 22, 2023
1 parent 6d29599 commit a9f7153
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 @@ -14,6 +14,7 @@
packages=find_packages('src'),
include_package_data=True,
zip_safe=False,
python_requires='>=3.7',
install_requires=[
'setuptools',
'zc.buildout',
Expand Down

0 comments on commit a9f7153

Please sign in to comment.