Skip to content

Commit 4392525

Browse files
committed
PyPy 3.9 wheels, drop PyPy 3.7
1 parent dbba9e7 commit 4392525

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ _# Changelog
22

33
All 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ filterwarnings = [
6161

6262
[tool.cibuildwheel]
6363
build-verbosity = "2"
64-
skip = ["cp36-*", "pp39-*"]
64+
skip = ["cp36-*", "pp37-*"]
6565

6666
[tool.cibuildwheel.linux]
6767
test-extras = "tests"

0 commit comments

Comments
 (0)