Skip to content

Commit f74943e

Browse files
authored
Merge pull request #201 from jihupdc/retire-python2
Retire python 2 support [RHELDST-15344]
2 parents 491c67d + 065420c commit f74943e

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
@@ -64,5 +64,5 @@
6464
package_data = package_data,
6565
scripts = ["kobo/admin/kobo-admin"],
6666
install_requires=["six"],
67-
python_requires ='>2.6',
67+
python_requires ='>=3.6',
6868
)

0 commit comments

Comments
 (0)