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 use of the future module #1366

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

thomasgoirand
Copy link
Contributor

This module is buggy with Python 3.11 and 3.12, and is being actively removed from distributions (like Debian and Ubuntu). The absolute_import things are remaining of the past, in the Python 2.7 age. Let's get rid of them and remove future from setup.cfg.

This module is buggy with Python 3.11 and 3.12, and is
being actively removed from distributions (like Debian
and Ubuntu). The absolute_import things are remaining
of the past, in the Python 2.7 age. Let's get rid of them
and remove future from setup.cfg.
@tobias-urdin tobias-urdin merged commit 0e7d9dc into gnocchixyz:master Dec 20, 2023
23 checks passed
@tobias-urdin
Copy link
Contributor

@Mergifyio backport stable/4.6

Copy link
Contributor

mergify bot commented Aug 19, 2024

backport stable/4.6

✅ Backports have been created

tobias-urdin added a commit that referenced this pull request Aug 20, 2024
Remove the use of the future module (backport #1366)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants