From 8a0d06d1b4ca986a061642b87e578112c2f5ab7b Mon Sep 17 00:00:00 2001 From: Kurt Rose Date: Thu, 3 Aug 2023 14:07:38 -0700 Subject: [PATCH] document python 3.11 support (#600) --- 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