Skip to content

Commit 8a0d06d

Browse files
authored
document python 3.11 support (#600)
1 parent af29a0e commit 8a0d06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ py-spy is extremely low overhead: it is written in Rust for speed and doesn't ru
99
in the same process as the profiled Python program. This means py-spy is safe to use against production Python code.
1010

1111
py-spy works on Linux, OSX, Windows and FreeBSD, and supports profiling all recent versions of the CPython
12-
interpreter (versions 2.3-2.7 and 3.3-3.10).
12+
interpreter (versions 2.3-2.7 and 3.3-3.11).
1313

1414
## Installation
1515

0 commit comments

Comments
 (0)