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 soon-EOL Python 3.6 #5768

Merged
merged 8 commits into from Nov 5, 2021
Merged

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Oct 15, 2021

Changes proposed in this pull request:

Not removed the if sys.version_info >= (3, 7): stuff around the PILLOW_VERSION warnings, will remove that in the next PR. (Now removed, PILLOW_VERSION since removed in #5776.)

@hugovk hugovk added the Removal Removal of a feature, usually done in major releases label Oct 15, 2021
@hugovk hugovk force-pushed the rm-3.6 branch 2 times, most recently from ca40889 to 5bb7735 Compare October 15, 2021 10:44
@hugovk hugovk added this to the 9.0.0 milestone Oct 15, 2021
@cclauss
Copy link
Contributor

cclauss commented Oct 15, 2021

Why pyupgrade --py36-plus and not pyupgrade --py37-plus?

@hugovk
Copy link
Member Author

hugovk commented Oct 15, 2021

Why pyupgrade --py36-plus and not pyupgrade --py37-plus?

I ran pyupgrade --py36-plus first, then pyupgrade --py37-plus second, and pyupgrade --py37-plus made no other changes, other than removing some if sys.version_info >= (3, 7): guard that I'll be removing more fully in another PR to remove that whole bit.

winbuild/build_prepare.py Outdated Show resolved Hide resolved
@hugovk hugovk force-pushed the rm-3.6 branch 4 times, most recently from d4c7ccd to e6531a4 Compare October 18, 2021 07:11
@hugovk hugovk mentioned this pull request Oct 18, 2021
@radarhere radarhere merged commit a70e3c8 into python-pillow:main Nov 5, 2021
@hugovk hugovk deleted the rm-3.6 branch November 5, 2021 08:19
@radarhere radarhere mentioned this pull request Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Removal Removal of a feature, usually done in major releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants