Skip to content

Commit 4a4c5fd

Browse files
committed
[ci] Added Django 6.0 to test matrix
1 parent a4c3052 commit 4a4c5fd

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ jobs:
9999
TOXENV: py312-django52-djangorestframework317
100100
- python: "3.13"
101101
TOXENV: py313-django52-djangorestframework317
102+
- python: "3.12"
103+
TOXENV: py312-django60-djangorestframework317
104+
- python: "3.13"
105+
TOXENV: py313-django60-djangorestframework317
102106
steps:
103107
- uses: actions/checkout@v6
104108
with:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Compatibility with DRF, Django and Python
4141

4242
======================== ============================ ==================== ==================================
4343
DRF-gis version DRF version Django version Python version
44-
**1.2.x** **3.12** up to **3.17** **4.2 to 5.2** **3.9** to **3.13**
44+
**1.2.x** **3.12** up to **3.17** **4.2 to 6.0** **3.9** to **3.13**
4545
**1.1.x** **3.12** up to **3.15** **3.2, 4.2 to 5.1** **3.8** to **3.12**
4646
**1.0.x** **3.10** up to **3.13** **2.2 to 4.0** **3.6** to **3.9**
4747
**0.18.x** **3.10** up to **3.13** **2.2 to 4.0** **3.6** to **3.9**

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ envlist =
55
py{310,311,312,313}-django{50}-djangorestframework{315,316,317}{,-pytest}
66
py{310,311,312,313}-django{51}-djangorestframework{315,316,317}{,-pytest}
77
py{310,311,312,313}-django{52}-djangorestframework{315,316,317}{,-pytest}
8+
py{312,313}-django{60}-djangorestframework{317}{,-pytest}
89

910
[testenv]
1011
usedevelop = true
@@ -22,6 +23,7 @@ deps =
2223
django50: Django~=5.0.0
2324
django51: Django~=5.1.0
2425
django52: Django~=5.2.0
26+
django60: Django~=6.0.0
2527
djangorestframework314: djangorestframework~=3.14.0
2628
djangorestframework315: djangorestframework~=3.15.0
2729
djangorestframework316: djangorestframework~=3.16.0

0 commit comments

Comments
 (0)