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 a8a525b commit 4c8c579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -97,7 +97,7 @@ def read(*rnames):
include_package_data=True,
package_dir={'': 'src'},
namespace_packages=['zope', 'zope.app'],
Add missing python_requires.
python_requires='>=3.7',
install_requires=[
'persistent',
'ZODB',
Expand Down

0 comments on commit 4c8c579

Please sign in to comment.