Skip to content

Commit 0f684ad

Browse files
committed
Bump the required Python versions in setup.py.
1 parent 9c30e6c commit 0f684ad

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
@@ -40,5 +40,5 @@ def long_description():
4040
install_requires=[
4141
'django>=1.11',
4242
],
43-
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
43+
python_requires=">=3.5",
4444
)

0 commit comments

Comments
 (0)