We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e8773 commit 32c601aCopy full SHA for 32c601a
.github/workflows/test.yml
@@ -26,6 +26,7 @@ jobs:
26
- '5.1'
27
- '5.2'
28
- 'main'
29
+ ## include/exclude combinations, typically for the newest and oldest django/python versions.
30
include:
31
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
32
- python-version: '3.8'
@@ -41,6 +42,10 @@ jobs:
41
42
django-version: '5.0'
43
- python-version: '3.13'
44
django-version: '4.2'
45
+ - python-version: '3.10'
46
+ django-version: 'main'
47
+ - python-version: '3.11'
48
49
50
steps:
51
- uses: actions/checkout@v4
0 commit comments