Skip to content

Commit 3f3420c

Browse files
committed
Prepare for 0.7 release.
1 parent 22c431e commit 3f3420c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
21+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2222

2323
steps:
2424
- uses: actions/checkout@v3

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.7
4+
5+
* Drop Python 3.7 support.
6+
* Add Python 3.12 support.
7+
* Update support for newer versions of PIL/Pillow.
8+
39
## 0.6
410

511
* Update supported python versions to 3.7 through 3.11.

0 commit comments

Comments
 (0)