Skip to content

Commit 4c09f49

Browse files
committed
Fix python_requires to only support python 3+
1 parent 90b7a98 commit 4c09f49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
tests_require=[
2626
"unittest"
2727
],
28-
python_requires="!=3.0*",
28+
python_requires=">=3",
2929
cmdclass={"test": unittest},
3030
project_urls={
3131
"Source Code": "https://github.com/mercadopago/sdk-python",

0 commit comments

Comments
 (0)