Skip to content

Commit

Permalink
Add missing python_requires.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Sep 22, 2023
1 parent 621c715 commit 891cd6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -65,6 +65,7 @@ def read(*rnames):
packages=find_packages('src'),
package_dir={'': 'src'},
namespace_packages=['zope', 'zope.app'],
python_requires='>=3.7',
install_requires=[
'persistent',
'setuptools',
Expand Down

0 comments on commit 891cd6b

Please sign in to comment.