Skip to content

Conversation

@cillianderoiste
Copy link
Member

python_requires"==2.7,>=3.6" now throws an error because the comma is treated as AND. We could probably use ">=2.7,!=3.0.,!=3.1." etc. but maybe it's time to drop 2.7 support instead?

python_requires"==2.7,>=3.6" now throws an error because the comma is
treated as AND. We could probably use ">=2.7,!=3.0.*,!=3.1.*" etc. but
maybe it's time to drop 2.7 support altogether.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants