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

Drop support for Python versions < 3.8 #675

Merged
merged 1 commit into from
Apr 6, 2023

Conversation

skirpichev
Copy link
Collaborator

@skirpichev skirpichev commented Mar 30, 2023

Closes #663

@skirpichev skirpichev force-pushed the drop-old-py3 branch 3 times, most recently from b8bddd2 to 057479e Compare March 30, 2023 10:17
@skirpichev skirpichev changed the title Drop support for Python versions < 3.8 + misc fixes Drop support for Python versions < 3.8 Mar 30, 2023
Copy link
Contributor

@cbm755 cbm755 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable to me, certainly don't see much point supporting before 3.7. Ubuntu 20.04 is on 3.8, and is used in lots of folks containers and this keeps support for that.

There is a burden in supporting old things, even if this still work. For example contributors might use f-strings and not notice until CI fails, thus creating more work.

@skirpichev
Copy link
Collaborator Author

Ok, this a tiny change so far (no code conversion to an incompatible syntax) and could be easily reverted (or partially reverted). Let's merge this.

Ping @fredrik-johansson, FYI.

@skirpichev skirpichev merged commit 0b9bca5 into mpmath:master Apr 6, 2023
@skirpichev skirpichev deleted the drop-old-py3 branch April 6, 2023 07:08
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.

Drop support for old py3 versions (<3.8)
2 participants