Skip to content

Commit 7b3af14

Browse files
committed
restrict supported python versions through package metadata
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
1 parent 5472a79 commit 7b3af14

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
@@ -428,6 +428,7 @@ def prepare_static_build_linux(self):
428428
long_description=long_desc,
429429
ext_modules=[pyxmlsec],
430430
cmdclass={'build_ext': build_ext},
431+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
431432
setup_requires=setup_reqs,
432433
install_requires=['lxml>=3.8'],
433434
author="Bulat Gaifullin",

0 commit comments

Comments
 (0)