From 05b1bebe7afe6bc8208117985cddce0cea16caa9 Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Fri, 1 Nov 2024 11:48:44 -0700 Subject: [PATCH] Document python 3.12/3.13 support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dde06d18..8e5c6878 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.11). +interpreter (versions 2.3-2.7 and 3.3-3.13). ## Installation