Skip to content

Commit bf3f538

Browse files
authored
add tox envs for python3.12 and pillow10 (#17)
* add tox envs for python3.12 and pillow10 * Update tox.ini
1 parent 114c474 commit bf3f538

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@ jobs:
1717
toxenv: py310
1818
- python-version: '3.11'
1919
toxenv: py311
20+
- python-version: '3.12'
21+
toxenv: py312
2022
- python-version: '3.11'
2123
toxenv: pillow8.x
2224
- python-version: '3.11'
2325
toxenv: pillow9.x
26+
- python-version: '3.11'
27+
toxenv: pillow10.x
2428
- python-version: '3.11'
2529
toxenv: sdist
2630
- python-version: '3.11'

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py{310,311},pillow{8.x,9.x},flake8,sdist,wheel
2+
envlist=py{310,311,312},pillow{8.x,9.x,10.x},flake8,sdist,wheel
33

44
[testenv]
55
usedevelop = True
@@ -10,6 +10,7 @@ extras =
1010
deps =
1111
pillow8.x: Pillow<9.0.0
1212
pillow9.x: Pillow<10.0.0
13+
pillow10.x: Pillow<11.0.0
1314

1415
passenv =
1516
ALL_TESTS

0 commit comments

Comments
 (0)