Skip to content

Commit

Permalink
add suppport Django 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Oct 24, 2023
1 parent 0844dd8 commit 02d2115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
python-version: [ "3.9", "3.10", "3.11" ]
django-version: [ "3.2", "4.0", "4.1" ]
django-version: [ "3.2", "4.2" ]
env:
PY_VER: ${{ matrix.python-version}}
DJ_VER: ${{ matrix.django-version}}
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
# as per https://docs.djangoproject.com/en/1.11/faq/install/#what-python-version-can-i-use-with-django
envlist = d{32,41}-py{39,310,311}
envlist = d{32,42}-py{39,310,311}
;
;skip_missing_interpreters = true
;
Expand Down

0 comments on commit 02d2115

Please sign in to comment.