Skip to content

Commit 065420c

Browse files
committed
Retire python 2 support [RHELDST-15344]
"python_requires" is declared with at least">=3.6".
1 parent 92cb5fa commit 065420c

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)