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

Require Python 3.6+ #51

Merged
merged 3 commits into from
Aug 31, 2021
Merged

Require Python 3.6+ #51

merged 3 commits into from
Aug 31, 2021

Conversation

sampsyo
Copy link
Member

@sampsyo sampsyo commented Aug 31, 2021

As pointed out in #50 (comment), it's time to drop Python 2 support. This updates our configuration (package declarations and CI) to require Python 3.6+.

This PR does not do the work to remove the code necessary to support Python 2: for example, removing the dependency on six. That can happen separately.

@postlund
Copy link
Contributor

Looks fine to me 👍 Some things can be "uplifted" in the code, like using f-strings instead of format, but that can be left for another PR.

@sampsyo
Copy link
Member Author

sampsyo commented Aug 31, 2021

Many thanks! Merging now.

@sampsyo sampsyo merged commit 780648c into master Aug 31, 2021
@sampsyo sampsyo deleted the py36plus branch August 31, 2021 12:33
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.

2 participants