Skip to content

Commit 9deac02

Browse files
authored
Merge pull request #365 from c-martinez/py8-classifier
Restrict python versions allowed
2 parents 5332cd1 + d7cc14b commit 9deac02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@
5454
tests_require=tests_require,
5555
package_data = { 'grlc': grlc_data },
5656
include_package_data=True,
57-
data_files=[('citation/grlc', ['CITATION.cff'])]
57+
data_files=[('citation/grlc', ['CITATION.cff'])],
58+
python_requires='>=3.7, <=3.8',
5859
)

0 commit comments

Comments
 (0)