Skip to content

Commit

Permalink
v1.5.2 Disable python2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ralmn committed Jan 12, 2021
1 parent 513b0d9 commit 3dfd0a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
# plugin_requires = ["someDependency==dev"]
# additional_setup_parameters = {"dependency_links": ["https://github.com/someUser/someRepo/archive/master.zip#egg=someDependency-dev"]}
additional_setup_parameters = {
"python_requires": ">3,<4"
}

########################################################################################################################
Expand Down

0 comments on commit 3dfd0a1

Please sign in to comment.