Skip to content

Commit fe00696

Browse files
committed
Mark Python 3.5+ only
1 parent c7f0a80 commit fe00696

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def read(fname):
4141
package_dir={"": "src"},
4242
provides=["hamcrest"],
4343
long_description=read("README.rst"),
44+
python_requires='>=3.5',
4445
install_requires=[],
4546
classifiers=[
4647
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)