Skip to content

Commit ee2c505

Browse files
authored
reintroduce python 3.8 in the CI (#867)
1 parent db7a665 commit ee2c505

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: .github/workflows/test.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix: # https://docs.djangoproject.com/en/stable/faq/install/#what-python-version-can-i-use-with-django
1515
django-version: ["3.2", "4.2", "5.1", "5.2"]
16-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.10']
16+
python-version: ['3.8','3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.10']
1717
exclude:
1818
- django-version: "3.2"
1919
python-version: "3.11"
@@ -27,6 +27,10 @@ jobs:
2727
python-version: "3.9"
2828
- django-version: "5.2"
2929
python-version: "3.9"
30+
- django-version: "5.1"
31+
python-version: "3.8"
32+
- django-version: "5.2"
33+
python-version: "3.8"
3034

3135
services:
3236
rabbitmq:

0 commit comments

Comments
 (0)