-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Release Pillow 10.0.0 on July 1, 2023 #7195
Comments
The PyPI upload needs to be done using an API token: (I'd like to automate releases using a Trusted Publisher, but that's another issue for another release.) |
Released! Thanks to all for helping make this milestone release. https://twitter.com/PythonPillow/status/1675159474531880966 |
Are win32 wheels missing? My CI started failing on 32-bit machines since it was trying to install a sdist without the required dependencies. |
@rayzchen you will read in the release notes that it was a deliberate decision to not provide 32-bit wheels.
|
Here are two
|
Thanks, I've uploaded those to PyPI as well. |
I would have expected fixed v10.0.0 macOS binaries uploaded on PyPip replacing the broken ones like Pillow-10.0.0-cp312-cp312-win_arm64.whl got updated on Jul 8. |
To add some context, the prior comment is referring to #7250, where py2app raises an error when using Pillow 10.0.0 in Python 3.10 and 3.11. It has been fixed in main by python-pillow/pillow-wheels#394 |
Pillow 10.0.1 has now been released, and the wheels for that include python-pillow/pillow-wheels#394 |
Highlights:
Main Release
Released quarterly on January 2nd, April 1st, July 1st and October 15th.
main
branch.main
branch.src/PIL/_version.py
CHANGES.rst
.make release-test
in a freshly cloned repo..dev0
to version identifier insrc/PIL/_version.py
Binary Distributions
Windows
dist/
Mac and Linux
git clone https://github.com/python-pillow/pillow-wheels cd pillow-wheels ./update-pillow-tag.sh 10.0.0
dist/
Publicize Release
Documentation
Docker Images
git clone https://github.com/python-pillow/docker-images cd docker-images ./update-pillow-tag.sh 10.0.0
The text was updated successfully, but these errors were encountered: