We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 491c67d + 065420c commit f74943eCopy full SHA for f74943e
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