Skip to content

Commit

Permalink
Update setup.py restrict to Python 3.5 and less than 4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasserra committed Oct 19, 2020
1 parent 7612315 commit 91d4854
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py 100644 → 100755
Expand Up @@ -17,12 +17,7 @@
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Expand Down Expand Up @@ -51,7 +46,7 @@
package_dir={"": "lib"},
scripts=[script],
description="A fast and complete Python implementation of Markdown",
python_requires=">=2.6, !=3.0.*, !=3.1.*, !=3.2.*",
python_requires=">=3.5, <4",
classifiers=classifiers.strip().split("\n"),
long_description="""markdown2: A fast and complete Python implementation of Markdown.
Expand Down

0 comments on commit 91d4854

Please sign in to comment.