Skip to content

Commit

Permalink
require Python 3.6
Browse files Browse the repository at this point in the history
oldest testable Python, don't worry about autoformatters causing issues
  • Loading branch information
minrk committed Feb 6, 2024
1 parent 5ca7278 commit 923b345
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,13 @@ def run(self):
long_description=readme,
long_description_content_type="text/markdown",
license="BSD",
python_requires=">=3.6",
cmdclass={
"bdist_egg": bdist_egg if "bdist_egg" in sys.argv else "bdist_egg_disabled",
},
classifiers=[
"License :: OSI Approved :: BSD License",
"Operating System :: MacOS :: MacOS X",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
],
)
Expand Down

0 comments on commit 923b345

Please sign in to comment.