Skip to content

Commit

Permalink
Update code.yml
Browse files Browse the repository at this point in the history
Updated tests to allow for Django 4.2
  • Loading branch information
tomturner committed Apr 3, 2023
1 parent 8458f00 commit 88b5bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
fail-fast: true
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
django-version: ["==3.1.*", "==3.2.*", "==4.0.*", "==4.1.*"]
django-version: ["==3.1.*", "==3.2.*", "==4.0.*", "==4.1.*", "==4.2.*"]
# always use latest Postgres b/c the point here is to test Django compatibility
postgres-version: [latest]
exclude: # Django v4.1 supports Python 3.11
Expand Down

0 comments on commit 88b5bda

Please sign in to comment.