Skip to content

Commit 7d7bc26

Browse files
authored
Merge pull request #7280 from hugovk/add-3.12
Declare support for Python 3.12
2 parents 7a1e284 + 7b2c803 commit 7d7bc26

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

docs/newer-versions.csv

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
Python,3.11,3.10,3.9,3.8,3.7,3.6,3.5
2-
Pillow >= 10,Yes,Yes,Yes,Yes,,,
3-
Pillow 9.3 - 9.5,Yes,Yes,Yes,Yes,Yes,,
4-
Pillow 9.0 - 9.2,,Yes,Yes,Yes,Yes,,
5-
Pillow 8.3.2 - 8.4,,Yes,Yes,Yes,Yes,Yes,
6-
Pillow 8.0 - 8.3.1,,,Yes,Yes,Yes,Yes,
7-
Pillow 7.0 - 7.2,,,,Yes,Yes,Yes,Yes
1+
Python,3.12,3.11,3.10,3.9,3.8,3.7,3.6,3.5
2+
Pillow >= 10.1,Yes,Yes,Yes,Yes,Yes,,,
3+
Pillow 10.0,,Yes,Yes,Yes,Yes,,,
4+
Pillow 9.3 - 9.5,,Yes,Yes,Yes,Yes,Yes,,
5+
Pillow 9.0 - 9.2,,,Yes,Yes,Yes,Yes,,
6+
Pillow 8.3.2 - 8.4,,,Yes,Yes,Yes,Yes,Yes,
7+
Pillow 8.0 - 8.3.1,,,,Yes,Yes,Yes,Yes,
8+
Pillow 7.0 - 7.2,,,,,Yes,Yes,Yes,Yes

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers =
1616
Programming Language :: Python :: 3.9
1717
Programming Language :: Python :: 3.10
1818
Programming Language :: Python :: 3.11
19+
Programming Language :: Python :: 3.12
1920
Programming Language :: Python :: Implementation :: CPython
2021
Programming Language :: Python :: Implementation :: PyPy
2122
Topic :: Multimedia :: Graphics

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires =
33
tox>=4.2
44
env_list =
55
lint
6-
py{py3, 311, 310, 39, 38}
6+
py{py3, 312, 311, 310, 39, 38}
77

88
[testenv]
99
deps =

0 commit comments

Comments
 (0)