Skip to content

Commit 594670b

Browse files
committed
[chores] Fixed test suite, updated README and setup.py
1 parent e8cf982 commit 594670b

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Compatibility with DRF, Django and Python
3939

4040
======================== ============================ ==================== ==================================
4141
DRF-gis version DRF version Django version Python version
42-
**1.1.x** **3.12** up to **3.14** **3.2, 4.2 to 5.1** **3.8** to **3.11**
42+
**1.1.x** **3.12** up to **3.15** **3.2, 4.2 to 5.1** **3.8** to **3.12**
4343
**1.0.x** **3.10** up to **3.13** **2.2 to 4.0** **3.6** to **3.9**
4444
**0.18.x** **3.10** up to **3.13** **2.2 to 4.0** **3.6** to **3.9**
4545
**0.17.x** **3.10** up to **3.12** **2.2 to 3.1** **3.6** to **3.8**

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
'Programming Language :: Python :: 3.9',
4141
'Programming Language :: Python :: 3.10',
4242
'Programming Language :: Python :: 3.11',
43+
'Programming Language :: Python :: 3.12',
4344
'Programming Language :: Python :: 3 :: Only',
4445
],
4546
project_urls={

tox.ini

+2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ deps =
2121
django32: Django~=3.2.0
2222
django42: Django~=4.2.0
2323
django50: Django~=5.0.0
24+
django51: Django~=5.1.0
2425
djangorestframework312: djangorestframework~=3.12.0
2526
djangorestframework313: djangorestframework~=3.13.0
2627
djangorestframework314: djangorestframework~=3.14.0
28+
djangorestframework315: djangorestframework~=3.15.0
2729
-rrequirements-test.txt
2830
pytest: pytest
2931
pytest: pytest-django

0 commit comments

Comments
 (0)