From 5a6deac153bbe1b649e40f4af6e765582a64e6a2 Mon Sep 17 00:00:00 2001 From: Kurt Rose Date: Tue, 1 Aug 2023 14:43:37 -0700 Subject: [PATCH] document python 3.11 support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 713eea98..e8b80ca9 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ py-spy is extremely low overhead: it is written in Rust for speed and doesn't ru in the same process as the profiled Python program. This means py-spy is safe to use against production Python code. py-spy works on Linux, OSX, Windows and FreeBSD, and supports profiling all recent versions of the CPython -interpreter (versions 2.3-2.7 and 3.3-3.10). +interpreter (versions 2.3-2.7 and 3.3-3.11). ## Installation