Skip to content

Commit 87d5f67

Browse files
committed
set 3.8 as minimum python version
1 parent c86ce81 commit 87d5f67

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
@@ -13,6 +13,7 @@
1313
include_package_data=True,
1414
license='BSD',
1515
long_description=open('README.rst').read(),
16+
python_requires=">=3.8",
1617
classifiers=[
1718
'Development Status :: 4 - Beta',
1819
'Environment :: Web Environment',

0 commit comments

Comments
 (0)