Skip to content

Commit 32c601a

Browse files
authored
chore: exclude invalid djmain/py combinations (django-oauth#1613)
django 6 drops support for python 3.10 and 3.11
1 parent 27e8773 commit 32c601a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- '5.1'
2727
- '5.2'
2828
- 'main'
29+
## include/exclude combinations, typically for the newest and oldest django/python versions.
2930
include:
3031
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
3132
- python-version: '3.8'
@@ -41,6 +42,10 @@ jobs:
4142
django-version: '5.0'
4243
- python-version: '3.13'
4344
django-version: '4.2'
45+
- python-version: '3.10'
46+
django-version: 'main'
47+
- python-version: '3.11'
48+
django-version: 'main'
4449

4550
steps:
4651
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)