Skip to content

Commit 123d799

Browse files
felixxmjheld
authored andcommitted
Drop support for Python 3.8 and refresh poetry.lock.
1 parent 78f453c commit 123d799

File tree

3 files changed

+59
-72
lines changed

3 files changed

+59
-72
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,20 @@ jobs:
1919
fail-fast: true
2020
max-parallel: 4
2121
matrix:
22-
python-version: [3.8, 3.9, '3.10', '3.11', '3.12', '3.13']
22+
python-version: [3.9, '3.10', '3.11', '3.12', '3.13']
2323
django-version: [4.2, '5.0', 5.1, 5.2]
2424
exclude:
2525
# Django 4.2 only supports Python 3.8 to 3.12.
2626
- python-version: 3.13
2727
django-version: 4.2
2828
# Django 5.0 only supports Python 3.10 to 3.12.
29-
- python-version: 3.8
30-
django-version: 5.0
3129
- python-version: 3.9
3230
django-version: 5.0
3331
- python-version: 3.13
3432
django-version: 5.0
3533
# Django 5.1 and 5.2 only support Python 3.10 to 3.13.
36-
- python-version: 3.8
37-
django-version: 5.1
3834
- python-version: 3.9
3935
django-version: 5.1
40-
- python-version: 3.8
41-
django-version: 5.2
4236
- python-version: 3.9
4337
django-version: 5.2
4438

0 commit comments

Comments
 (0)