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 78d6905 commit 9d621e7
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 @@ -167,7 +167,6 @@ def BTreeExtension(family):
"License :: OSI Approved :: Zope Public 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 Down Expand Up @@ -209,7 +208,7 @@ def BTreeExtension(family):
},
test_suite="BTrees.tests",
tests_require=TESTS_REQUIRE,
python_requires='>=3.7',
python_requires='>=3.8',
install_requires=REQUIRES,
cmdclass={
'build_ext': optional_build_ext,
Expand Down

0 comments on commit 9d621e7

Please sign in to comment.