Skip to content

Commit 499d581

Browse files
committed
Test 3.12-dev
1 parent 9c3c41f commit 499d581

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
14+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12-dev']
1515
django-version: ['3.2', '4.0', '4.1', 'main']
1616

1717
exclude:
@@ -33,6 +33,11 @@ jobs:
3333
- python-version: '3.11'
3434
django-version: '4.0'
3535

36+
- python-version: '3.12-dev'
37+
django-version: '3.2'
38+
- python-version: '3.12-dev'
39+
django-version: '4.0'
40+
3641
services:
3742

3843
postgres:

0 commit comments

Comments
 (0)