From 34744f8b0085d6c7b472b1e1b0648314574462a7 Mon Sep 17 00:00:00 2001 From: Olli Paakkunainen Date: Sat, 16 Mar 2024 16:10:32 +0200 Subject: [PATCH] Update supported Python version in docs --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index a432dda..6922c71 100644 --- a/docs/index.md +++ b/docs/index.md @@ -65,11 +65,11 @@ pip install flexmock Tested to work with: -- Python 3.6 -- Python 3.7 - Python 3.8 - Python 3.9 - Python 3.10 +- Python 3.12 +- Python 3.13 - PyPy3 Automatically integrates with all major test runners, including: