Skip to content

Commit b3c2acb

Browse files
committed
Set python_requires='>=3.6'
1 parent 5a02e57 commit b3c2acb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
description="Pure Python MySQL Driver",
1717
long_description=readme,
1818
packages=find_packages(exclude=["tests*", "pymysql.tests*"]),
19+
python_requires=">=3.6",
1920
extras_require={
2021
"rsa": ["cryptography"],
2122
"ed25519": ["PyNaCl>=1.4.0"],

0 commit comments

Comments
 (0)