Skip to content

Commit a73d372

Browse files
committed
Specify Python >= 3.6 in python_requires.
Fixes clokep#29.
1 parent 54147e1 commit a73d372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ def long_description():
4545
install_requires=[
4646
'django>=2.2',
4747
],
48-
python_requires=">=3.5",
48+
python_requires=">=3.6",
4949
)

0 commit comments

Comments
 (0)