Skip to content

Commit 2be6485

Browse files
authored
Merge pull request Styria-Digital#23 from msmolens/python37
Document compatibility with Python 3.7
2 parents df478c3 + 83ea014 commit 2be6485

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you want to know more about JWT, check out the following resources:
1818

1919
## Requirements
2020

21-
- Python 2.7, 3.4, 3.5, 3.6
21+
- Python 2.7, 3.4, 3.5, 3.6, 3.7
2222
- Django 1.11, 2.0, 2.1, 2.2
2323
- Django REST Framework 3.7+
2424

changelog.d/23.doc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Document compatibility with Python 3.7.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you want to know more about JWT, check out the following resources:
1414

1515
## Requirements
1616

17-
- Python 2.7, 3.4, 3.5, 3.6
17+
- Python 2.7, 3.4, 3.5, 3.6, 3.7
1818
- Django 1.11, 2.0, 2.1, 2.2
1919
- Django REST Framework 3.7+
2020

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
docs,
4-
py{27,34,35,36}-dj111-drf{37,38,39}-codecov
4+
py{27,34,35,36,37}-dj111-drf{37,38,39}-codecov
55
py{34,35,36,37}-dj20-drf{37,38,39}-codecov
66
py{35,36,37}-dj21-drf{37,38,39,310}-codecov
77
py{35,36,37}-dj22-drf{37,38,39,310}-codecov

0 commit comments

Comments
 (0)