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

Remove the enum-compat dependency #31

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

Conversation

rouge8
Copy link

@rouge8 rouge8 commented Jun 24, 2022

This patch removes the enum-compat dependency and replaces it with a conditional dependency on enum34. This is all the enum-compat package does: https://github.com/jstasiak/enum-compat/blob/ae41cfa712e837596f7d26a5283be40ec5b84084/setup.py#L43

This patch removes the `enum-compat` dependency and replaces it with a
conditional dependency on `enum34`. This is all the `enum-compat`
package does.
@rouge8
Copy link
Author

rouge8 commented Feb 20, 2024

@robert-mings can you take a look at this? I'm sure at this point it's the only thing depending on enum-compat or enum34 for a lot of people...

@robert-mings
Copy link
Collaborator

Thanks for the contribution @rouge8! Given where Python 3 is in it's lifecycle, this change makes sense. We'll carry out some capability testing and get this one merged soon.

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.

None yet

2 participants