Skip to content

Commit a1c9970

Browse files
committed
Add python_requires to setup.py
1 parent a090b0e commit a1c9970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def read(fname):
2020
packages=['precisely'],
2121
keywords="matcher matchers",
2222
install_requires=[],
23+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
2324
classifiers=[
2425
'Development Status :: 5 - Production/Stable',
2526
'Intended Audience :: Developers',
@@ -34,4 +35,3 @@ def read(fname):
3435
'Programming Language :: Python :: 3.7',
3536
],
3637
)
37-

0 commit comments

Comments
 (0)