We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a1e284 + 7b2c803 commit 7d7bc26Copy full SHA for 7d7bc26
docs/newer-versions.csv
@@ -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
+Python,3.12,3.11,3.10,3.9,3.8,3.7,3.6,3.5
+Pillow >= 10.1,Yes,Yes,Yes,Yes,Yes,,,
+Pillow 10.0,,Yes,Yes,Yes,Yes,,,
+Pillow 9.3 - 9.5,,Yes,Yes,Yes,Yes,Yes,,
+Pillow 9.0 - 9.2,,,Yes,Yes,Yes,Yes,,
+Pillow 8.3.2 - 8.4,,,Yes,Yes,Yes,Yes,Yes,
+Pillow 8.0 - 8.3.1,,,,Yes,Yes,Yes,Yes,
8
+Pillow 7.0 - 7.2,,,,,Yes,Yes,Yes,Yes
setup.cfg
@@ -16,6 +16,7 @@ classifiers =
16
Programming Language :: Python :: 3.9
17
Programming Language :: Python :: 3.10
18
Programming Language :: Python :: 3.11
19
+ Programming Language :: Python :: 3.12
20
Programming Language :: Python :: Implementation :: CPython
21
Programming Language :: Python :: Implementation :: PyPy
22
Topic :: Multimedia :: Graphics
tox.ini
@@ -3,7 +3,7 @@ requires =
tox>=4.2
env_list =
lint
- py{py3, 311, 310, 39, 38}
+ py{py3, 312, 311, 310, 39, 38}
[testenv]
9
deps =
0 commit comments