Skip to content

Commit 03bd0cd

Browse files
committed
dd
1 parent 2877e8e commit 03bd0cd

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
- '3.11'
1717
- '3.12'
1818
django-version:
19-
- '3.2'
20-
- '4.0'
21-
- '4.1'
19+
# - '3.2'
20+
# - '4.0'
21+
# - '4.1'
2222
- '4.2'
2323
- '5.0'
2424
- '5.1'
2525
- 'main'
26-
exclude:
26+
# exclude:
2727
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
2828

2929
# < Python 3.10 is not supported by Django 5.0+
@@ -36,15 +36,15 @@ jobs:
3636
# - python-version: '3.9'
3737
# django-version: 'main'
3838

39-
# Python 3.12 is not supported by Django < 5.0
40-
- python-version: '3.12'
41-
django-version: '3.2'
42-
- python-version: '3.12'
43-
django-version: '4.0'
44-
- python-version: '3.12'
45-
django-version: '4.1'
46-
- python-version: '3.12'
47-
django-version: '4.2'
39+
# # Python 3.12 is not supported by Django < 5.0
40+
# - python-version: '3.12'
41+
# django-version: '3.2'
42+
# - python-version: '3.12'
43+
# django-version: '4.0'
44+
# - python-version: '3.12'
45+
# django-version: '4.1'
46+
# - python-version: '3.12'
47+
# django-version: '4.2'
4848

4949
steps:
5050
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)