Skip to content

Commit eb4900d

Browse files
committed
Added python 3.10 and django 4.1 to test matrix
1 parent 89f32ee commit eb4900d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_full.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ['3.6', '3.7', '3.8', '3.9']
15-
django-version: ['<2.1', '<2.2', '<3.0', '<3.1', '<3.2', '<3.3']
14+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
15+
django-version: ['<2.1', '<2.2', '<3.0', '<3.1', '<3.2', '<3.3', '<4.1']
1616

1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)