Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not require enum34 with Python 3.4 and above #101

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

AlexanderS
Copy link

enum34 is a backport of the enum library of Python 3.4 to earlier Python
versions, so enum34 is not required for Python 3.4 and above and should
not be installed.

This will fix: #86

enum34 is a backport of the enum library of Python 3.4 to earlier Python
versions, so enum34 is not required for Python 3.4 and above and should
not be installed.
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.

Not compatible with Python 3.6 / 3.7 due to enum34 requirement?
1 participant