Skip to content

Commit 4d71615

Browse files
authored
Updated test matrix -- Django Dev dropped support for Python3.6 and 3.7 (#800)
1 parent e8b9ce0 commit 4d71615

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ jobs:
1313
python-version: ['3.6', '3.7', '3.8', '3.9']
1414
django-version: ['2.2', '3.0', '3.1', 'dev']
1515

16+
exclude:
17+
- python-version: '3.6'
18+
django-version: 'dev'
19+
- python-version: '3.7'
20+
django-version: 'dev'
21+
1622
services:
1723

1824
postgres:

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[tox]
22
envlist =
3-
py{36,37,38,39}-dj{22,30,31,dev}-{sqlite3,postgres,mysql,mariadb},
3+
py{36,37,38,39}-dj{22,30,31}-{sqlite3,postgres,mysql,mariadb},
4+
py{38,39}-dj{dev}-{sqlite3,postgres,mysql,mariadb},
45
docs,
56
lint
67

0 commit comments

Comments
 (0)