Skip to content

Commit 55f8d6c

Browse files
committed
[fix] Add support for djangorestframework==3.16
1 parent 82d9f0a commit 55f8d6c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
platforms=['Platform Indipendent'],
2626
keywords=['django', 'rest-framework', 'gis', 'geojson'],
2727
packages=find_packages(exclude=['tests', 'tests.*']),
28-
install_requires=['djangorestframework>=3.12,<3.16', 'django-filter>=23.5,<26.0'],
28+
install_requires=['djangorestframework>=3.12,<3.17', 'django-filter>=23.5,<26.0'],
2929
classifiers=[
3030
'Development Status :: 4 - Beta',
3131
'Environment :: Web Environment',

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
envlist =
33
py{39,310}-django{42,50}-djangorestframework{314}{,-pytest}
44
py{311}-django{42}-djangorestframework{314}{,-pytest}
5-
py{311,312}-django{50}-djangorestframework{315}{,-pytest}
6-
py{311,312}-django{51}-djangorestframework{315}{,-pytest}
5+
py{311,312}-django{50}-djangorestframework{315,316}{,-pytest}
6+
py{311,312}-django{51}-djangorestframework{315,316}{,-pytest}
77

88
[testenv]
99
usedevelop = true
@@ -22,6 +22,7 @@ deps =
2222
django51: Django~=5.1.0
2323
djangorestframework314: djangorestframework~=3.14.0
2424
djangorestframework315: djangorestframework~=3.15.0
25+
djangorestframework316: djangorestframework~=3.16.0
2526
-rrequirements-test.txt
2627
pytest: pytest
2728
pytest: pytest-django

0 commit comments

Comments
 (0)