Skip to content

Commit 2d1fb94

Browse files
committed
Add Django 4.0 and Python 3.10 to test matrix, remove unsupported versions
1 parent be3c935 commit 2d1fb94

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,15 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
python: [3.6, 3.7, 3.8, 3.9]
13-
django: [3.1, 3.2]
12+
python: [3.6, 3.7, 3.8, 3.9, "3.10"]
13+
django: [2.2, 3.2, 4.0]
14+
exclude:
15+
- python: 3.6
16+
django: 4.0
17+
- python: 3.7
18+
django: 4.0
19+
- python: "3.10"
20+
django: 2.2
1421
database_url:
1522
- postgres://runner:password@localhost/project
1623
- mysql://root:[email protected]/project

0 commit comments

Comments
 (0)