Skip to content

Commit e7bad77

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

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-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

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ deps =
2424
djangorestframework312: djangorestframework~=3.12.0
2525
djangorestframework313: djangorestframework~=3.13.0
2626
djangorestframework314: djangorestframework~=3.14.0
27+
djangorestframework315: djangorestframework~=3.15.0
2728
-rrequirements-test.txt
2829
pytest: pytest
2930
pytest: pytest-django

0 commit comments

Comments
 (0)