Skip to content

Commit

Permalink
chore: fix up Trove / python-requires manually
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed May 28, 2024
1 parent 67d5485 commit 7f50940
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def read(fname):
'License :: OSI Approved :: Python Software Foundation License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand All @@ -78,7 +77,7 @@ def read(fname):
packages=find_packages('src'),
package_dir={'': 'src'},
ext_modules=ext_modules,
python_requires='>=3.7',
python_requires='>=3.8',
extras_require={
'test': ['zope.testrunner'],
},
Expand Down

0 comments on commit 7f50940

Please sign in to comment.