Skip to content

Commit 42da3f2

Browse files
author
Oliver Scott
committed
Specify Python >= 3.6 in setup.py (#13).
1 parent 93893b6 commit 42da3f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
'Topic :: Scientific/Engineering :: Bio-Informatics',
6363
'Topic :: Scientific/Engineering :: Chemistry',
6464
],
65+
python_requires='>=3.6',
6566
install_requires=install_requires,
6667
setup_requires=setup_requires,
6768
tests_require=tests_require,

0 commit comments

Comments
 (0)