We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92cb5fa commit 065420cCopy full SHA for 065420c
setup.py
@@ -64,5 +64,5 @@
64
package_data = package_data,
65
scripts = ["kobo/admin/kobo-admin"],
66
install_requires=["six"],
67
- python_requires ='>2.6',
+ python_requires ='>=3.6',
68
)
0 commit comments