From 9d9f56b2462f89312a58db14267c5f59baceeee9 Mon Sep 17 00:00:00 2001 From: Joel Lefkowitz Date: Wed, 8 Feb 2023 18:44:57 +0000 Subject: [PATCH] Add python 3.10 compatibility to README.md --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index baf2fbd9..19b3e26e 100644 --- a/README.rst +++ b/README.rst @@ -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.