Skip to content

Commit

Permalink
[req-changes] Added Django 5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Deep <[email protected]>
  • Loading branch information
pandafy committed Aug 14, 2024
1 parent 2493606 commit eaf169d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
TOXENV: py310-django42-djangorestframework314
- python: '3.11'
TOXENV: py311-django42-djangorestframework314
- python: '3.11'
TOXENV: py311-django50-djangorestframework315
- python: '3.12'
TOXENV: py312-django50-djangorestframework315
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Compatibility with DRF, Django and Python

======================== ============================ ==================== ==================================
DRF-gis version DRF version Django version Python version
**1.1.x** **3.12** up to **3.14** **3.2, 4.2** **3.8** to **3.11**
**1.1.x** **3.12** up to **3.14** **3.2, 4.2 to 5.0** **3.8** to **3.11**
**1.0.x** **3.10** up to **3.13** **2.2 to 4.0** **3.6** to **3.9**
**0.18.x** **3.10** up to **3.13** **2.2 to 4.0** **3.6** to **3.9**
**0.17.x** **3.10** up to **3.12** **2.2 to 3.1** **3.6** to **3.8**
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[tox]
envlist =
py{38,39,310}-django{32}-djangorestframework{312,313,314}{,-pytest}
py{38,39,310}-django{42}-djangorestframework{314}{,-pytest}
py{38,39,310}-django{42,50}-djangorestframework{314}{,-pytest}
py{311}-django{42}-djangorestframework{314}{,-pytest}
py{311,312}-django{50}-djangorestframework{315}{,-pytest}

[testenv]
usedevelop = true
Expand All @@ -18,6 +19,7 @@ commands =
deps =
django32: Django~=3.2.0
django42: Django~=4.2.0
django50: Django~=5.0.0
djangorestframework312: djangorestframework~=3.12.0
djangorestframework313: djangorestframework~=3.13.0
djangorestframework314: djangorestframework~=3.14.0
Expand Down

0 comments on commit eaf169d

Please sign in to comment.