Skip to content

Commit

Permalink
Improve tox matrix, add 5.0 to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
SupImDos committed Mar 27, 2024
1 parent c87fc69 commit 240f749
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Generate **real** Swagger/OpenAPI 2.0 specifications from a Django Rest Framewor
Compatible with

- **Django Rest Framework**: 3.10, 3.11, 3.12, 3.13, 3.14, 3.15
- **Django**: 2.2, 3.0, 3.1, 3.2, 4.0, 4.1, 4.2
- **Django**: 2.2, 3.0, 3.1, 3.2, 4.0, 4.1, 4.2, 5.0
- **Python**: 3.6, 3.7, 3.8, 3.9, 3.10, 3.11

Only the latest patch version of each ``major.minor`` series of Python, Django and Django REST Framework is supported.
Expand Down
6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ isolated_build_env = .package
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
envlist =
py{37,38,39}-django{22,30}-drf{310,311,312}
py{37,38,39}-django31-drf{311,312}
py{37,38,39,310}-django32-drf{311,312}
py{38,39,310}-django40-drf{313,314,315}
py{38,39,310,311}-django41-drf{313,314,315}
py{37,38,39}-django{31,32}-drf{311,312}
py{38,39,310}-django{40,41}-drf{313,314,315}
py{38,39,310,311}-django42-drf{314,315}
py{310,311}-django50-drf{314,315}
py38-{lint,docs}
Expand Down

0 comments on commit 240f749

Please sign in to comment.