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

Compatibility with Python 3.8? #3763

Closed
gotexis opened this issue Apr 1, 2019 · 5 comments
Closed

Compatibility with Python 3.8? #3763

gotexis opened this issue Apr 1, 2019 · 5 comments
Labels
Projects
Milestone

Comments

@gotexis
Copy link

gotexis commented Apr 1, 2019

Hi is the master branch working for 3.8 yet?

@hugovk
Copy link
Member

hugovk commented Apr 1, 2019

It's not officially supported yet for things like binary releases, but it's tested on Travis CI and we've fixed some deprecations. Official support will likely come after Python 3.8.0 is out (expected 2019-10-21).

Feel free to try it out, and please let us know if you find anything amiss.

@hugovk hugovk added the Question label Apr 1, 2019
@gotexis
Copy link
Author

gotexis commented Apr 1, 2019

Hey :)

Yeah, Using Windows, I actually got this message

Pillow does not yet support Python 3.8 and does not yet provide prebuilt Windows binaries. We do not recommend building from source on Windows.

Hmm, I guess this is it?

I wanted to use the Walrus operator := to save like 2 lines of code but end up having to put python in Docker and compile Pillow myself ;)

I guess, No Walrus operator for me for another 6 months XD

Actually, I believe Pillow is really something imperative for many Python projects. Without it, looks like 3.8 if off-limits to a significant proportion of python users :)

@hugovk
Copy link
Member

hugovk commented Apr 1, 2019

Yep, that's the one.

@radarhere radarhere changed the title Compatiblity with Python 3.8? Compatibility with Python 3.8? Apr 2, 2019
@cgohlke
Copy link
Contributor

cgohlke commented May 8, 2019

I uploaded Pillow‑6.0.0‑cp38 wheels for Windows at https://www.lfd.uci.edu/~gohlke/pythonlibs/#pillow

@aclark4life aclark4life added this to Backlog in Pillow May 11, 2019
@aclark4life aclark4life moved this from Backlog to In progress in Pillow May 11, 2019
@radarhere
Copy link
Member

Pillow 6.2.1 has now been released with support for Python 3.8.

@hugovk hugovk closed this as completed Oct 21, 2019
Pillow automation moved this from In progress to Closed Oct 21, 2019
@hugovk hugovk added this to the 6.2.1 milestone Oct 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Pillow
  
Closed
Development

No branches or pull requests

4 participants