Skip to content

Commit 9028c75

Browse files
authored
fix setup.py python version
1 parent 61e961a commit 9028c75

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
@@ -14,7 +14,7 @@
1414
author="Tim Vink",
1515
author_email="vinktim@gmail.com",
1616
license="MIT",
17-
python_requires=">=3.6",
17+
python_requires=">=3.8",
1818
classifiers=[
1919
"Operating System :: OS Independent",
2020
"Programming Language :: Python",

0 commit comments

Comments
 (0)