From e227da2a6dd3dc7deecf7fda3bd1965eb03abf12 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 27 Oct 2022 13:20:20 -0500 Subject: [PATCH] add 3.11 to list of supported py versions in docs --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 04a24c8..74db388 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -27,7 +27,7 @@ Then, make sure ``recurrence`` is in your ``INSTALLED_APPS`` setting: Supported Django and Python versions ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Currently, django-recurrence supports Python 3.6, 3.7, 3.8, 3.9, and 3.10. +Currently, django-recurrence supports Python 3.6, 3.7, 3.8, 3.9, 3.10, and 3.11. django-recurrence is currently tested with django 2.2, 3.2, and 4.0