Skip to content

Commit

Permalink
Add python 3.10 compatibility to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelLefkowitz committed Feb 8, 2023
1 parent 19e5ab2 commit 9d9f56b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Generate **real** Swagger/OpenAPI 2.0 specifications from a Django Rest Framewor

Compatible with

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

Only the latest patch version of each ``major.minor`` series of Python, Django and Django REST Framework is supported.

Expand Down

0 comments on commit 9d9f56b

Please sign in to comment.