From 594670beb5da3348de39104268b0c43f742be6a8 Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Sat, 17 Aug 2024 00:23:20 +0530 Subject: [PATCH] [chores] Fixed test suite, updated README and setup.py --- README.rst | 2 +- setup.py | 1 + tox.ini | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4f8dcc89..2b511cb0 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.1** **3.8** to **3.11** +**1.1.x** **3.12** up to **3.15** **3.2, 4.2 to 5.1** **3.8** to **3.12** **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/setup.py b/setup.py index e5e85e84..562bd92a 100644 --- a/setup.py +++ b/setup.py @@ -40,6 +40,7 @@ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3 :: Only', ], project_urls={ diff --git a/tox.ini b/tox.ini index f1f4ee43..a789855a 100644 --- a/tox.ini +++ b/tox.ini @@ -21,9 +21,11 @@ deps = django32: Django~=3.2.0 django42: Django~=4.2.0 django50: Django~=5.0.0 + django51: Django~=5.1.0 djangorestframework312: djangorestframework~=3.12.0 djangorestframework313: djangorestframework~=3.13.0 djangorestframework314: djangorestframework~=3.14.0 + djangorestframework315: djangorestframework~=3.15.0 -rrequirements-test.txt pytest: pytest pytest: pytest-django