File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,13 @@ _# Changelog
22
33All notable changes to this project will be documented in this file.
44
5- ## [ 0.9.1 - 2023-01-xx]
6-
7- ### Added
5+ ## [ 0.9.1 - 2023-01-02]
86
97### Changed
108
11- - Drop support for Python 3.6
129- info[ "nclx_profile"] changed type from bytes(format of which was not described) to dict.
10+ - Drop support for Python 3.6, PyPy 3.7. Added PyPy 3.9 wheels.
11+ - ` convert_to ` method: ` RGBa ` to ` RGB ` mode support was removed(last Pillow supports it). #67
1312
1413### Fixed
1514
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ filterwarnings = [
6161
6262[tool .cibuildwheel ]
6363build-verbosity = " 2"
64- skip = [" cp36-*" , " pp39 -*" ]
64+ skip = [" cp36-*" , " pp37 -*" ]
6565
6666[tool .cibuildwheel .linux ]
6767test-extras = " tests"
You can’t perform that action at this time.
0 commit comments