diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78039e2f..0b952cdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,6 +59,10 @@ jobs: TOXENV: py311-django50-djangorestframework315 - python: '3.12' TOXENV: py312-django50-djangorestframework315 + - python: '3.11' + TOXENV: py311-django51-djangorestframework315 + - python: '3.12' + TOXENV: py312-django51-djangorestframework315 steps: - uses: actions/checkout@v4 with: diff --git a/README.rst b/README.rst index 7798552a..4f8dcc89 100644 --- a/README.rst +++ b/README.rst @@ -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 to 5.0** **3.8** to **3.11** +**1.1.x** **3.12** up to **3.14** **3.2, 4.2 to 5.1** **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** diff --git a/tox.ini b/tox.ini index ce2432c6..f1f4ee43 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ envlist = 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} + py{311,312}-django{51}-djangorestframework{315}{,-pytest} [testenv] usedevelop = true