Skip to content

Commit 52cf68c

Browse files
committed
fix: remove support for Python 3.12 as it is not compatible with Pillow 9.5
1 parent 02dd3b3 commit 52cf68c

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ jobs:
6161
python-version: "3.10"
6262
- tox-env: "py311-dj42"
6363
python-version: "3.11"
64-
- tox-env: "py312-dj42"
65-
python-version: "3.12"
6664

6765
steps:
6866
- uses: actions/checkout@v4

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ classifiers =
2222
Programming Language :: Python :: 3.9
2323
Programming Language :: Python :: 3.10
2424
Programming Language :: Python :: 3.11
25-
Programming Language :: Python :: 3.12
2625
Framework :: Django
2726
Framework :: Django :: 2.2
2827
Framework :: Django :: 3.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{38,39,310,311,312}-dj{22,30,31,32,40,41}
3+
py{38,39,310,311}-dj{22,30,31,32,40,41}
44
package
55
lint
66

0 commit comments

Comments
 (0)