Skip to content

Commit c062b74

Browse files
committed
[chores] Switch from DRF master to DRF 3.13.x
1 parent 4b98823 commit c062b74

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
POSTGRES_PASSWORD: postgres
2222
POSTGRES_USER: postgres
2323
POSTGRES_DB: django_restframework_gis
24-
ports:
24+
ports:
2525
- 5432:5432
2626
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2727

@@ -68,9 +68,9 @@ jobs:
6868
- python: 3.9
6969
TOXENV: py39-django32-djangorestframework312
7070
- python: 3.8
71-
TOXENV: py38-django40-djangorestframework_master
71+
TOXENV: py38-django40-djangorestframework313
7272
- python: 3.9
73-
TOXENV: py39-django40-djangorestframework_master
73+
TOXENV: py39-django40-djangorestframework313
7474
steps:
7575
- uses: actions/checkout@v2
7676
with:

README.rst

Lines changed: 1 addition & 1 deletion
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-
**0.18.x (unreleased)** **3.10** up to **3.12** **2.2 to 4.0** **3.6** to **3.9**
42+
**0.18.x (unreleased)** **3.10** up to **3.13** **2.2 to 4.0** **3.6** to **3.9**
4343
**0.17.x** **3.10** up to **3.12** **2.2 to 3.1** **3.6** to **3.8**
4444
**0.16.x** **3.10** **2.2 to 3.1** **3.6** to **3.8**
4545
**0.15.x** **3.10** **1.11, 2.2 to 3.0** **3.5** to **3.8**

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
envlist =
33
py{37,38,39,py3}-django{22}-djangorestframework{310,312}{,-pytest}
44
py{37,38,39,py3}-django{30,31,32}-djangorestframework{312}{,-pytest}
5-
py{38,39,py3}-django{40}-djangorestframework_master{,-pytest}
5+
py{38,39,py3}-django{40}-djangorestframework{313}{,-pytest}
66

77
[testenv]
88
usedevelop = true
@@ -25,7 +25,7 @@ deps =
2525
django40: Django~=4.0.0
2626
djangorestframework310: djangorestframework~=3.10.0
2727
djangorestframework312: djangorestframework~=3.12.0
28-
djangorestframework_master: djangorestframework @ https://github.com/encode/django-rest-framework/tarball/master
28+
djangorestframework313: djangorestframework~=3.13.0
2929
-rrequirements-test.txt
3030
pytest: pytest
3131
pytest: pytest-django

0 commit comments

Comments
 (0)