Skip to content

Commit 29455b2

Browse files
committed
Update Python-Django version map
Django `main` stopped supporting Python 3.8 and 3.9
1 parent f90180d commit 29455b2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
python-version: '3.6'
3232
- django-version: 'main'
3333
python-version: '3.7'
34+
- django-version: 'main'
35+
python-version: '3.8'
36+
- django-version: 'main'
37+
python-version: '3.9'
3438

3539
steps:
3640
- uses: actions/checkout@v3

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ usedevelop = true
33
envlist =
44
py{36,37,38,39,310}-dj32
55
py{38,39,310}-dj40
6-
py{38,39,310,311}-dj{41,main}
6+
py{38,39,310,311}-dj41
7+
py{310,311}-djmain
78

89
[gh-actions]
910
python =

0 commit comments

Comments
 (0)