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

Python 2 support (dependency on future) #345

Closed
frenzymadness opened this issue Jul 20, 2023 · 4 comments
Closed

Python 2 support (dependency on future) #345

frenzymadness opened this issue Jul 20, 2023 · 4 comments

Comments

@frenzymadness
Copy link

I have one simple question – Do you still need to support Python 2? I'm asking because this project uses future. future will no longer work with Python 3.12 because imp module has been removed from stdlib and the situation will be even worse with 3.13 because the lib2to3 which is the core of the future will be removed from stdlib as well.

It should be simple to remove the dependency on future, it's a good idea to do it, and I can help you with that if you want to.

@pwall2222
Copy link
Contributor

Fixed by #350

@frenzymadness
Copy link
Author

Great, thanks. Do you plan to do a new release?

@pwall2222
Copy link
Contributor

Great, thanks. Do you plan to do a new release?

Im just a contributor not the mantainer

@Evidlo
Copy link
Member

Evidlo commented Aug 22, 2023

Version 4.0.6 is released now.

@Evidlo Evidlo closed this as completed Aug 22, 2023
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 a pull request may close this issue.

3 participants