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 8a7a457 commit 1186f9b
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 @@ -65,6 +65,7 @@ def read(*rnames):
packages=find_packages('src'),
package_dir={'': 'src'},
namespace_packages=['zope', 'zope.app'],
python_requires='>=3.7',
extras_require={
'test': [
'zope.app.component',
Expand Down

0 comments on commit 1186f9b

Please sign in to comment.