From ce8931f6753238467031c8ef78110f163214ecea Mon Sep 17 00:00:00 2001 From: zedzhen <59135268+zedzhen@users.noreply.github.com> Date: Wed, 22 Apr 2026 09:16:23 +0300 Subject: [PATCH] Update index.rst Starting from version 8.1, RestrictedPython supports python 3.14. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index b26687c..7e617d8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,7 +15,7 @@ RestrictedPython is not a sandbox system or a secured environment, but it helps Supported Python versions ========================= -RestrictedPython supports CPython 3.9 up to 3.13. +RestrictedPython supports CPython 3.9 up to 3.14. It does _not_ support PyPy or other alternative Python implementations. Contents