Skip to content

Commit

Permalink
Upgrade the testing versions of DRF to 3.14, 3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Oct 18, 2024
1 parent 9799b46 commit b404b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
matrix:
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13"]
django-version: [ "4.2", "5.0", "5.1"]
drf-version: [ "3.11", "3.12", "3.13" ]
drf-version: ["3.14", "3.15"]
exclude:
# Python 3.9 is incompatible with Django v5+
- django-version: 5.0
Expand Down

0 comments on commit b404b79

Please sign in to comment.