Skip to content

Commit d1683f6

Browse files
committed
Drop support for Python v3.5. v3.6+
1 parent 478a26a commit d1683f6

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
@@ -42,5 +42,5 @@
4242
"License :: OSI Approved :: MIT License",
4343
"Operating System :: OS Independent",
4444
],
45-
python_requires='>=3.5',
45+
python_requires='>=3.6',
4646
)

0 commit comments

Comments
 (0)