Skip to content

Commit

Permalink
Document Python 3.9 support (#393)
Browse files Browse the repository at this point in the history
CI is testing 3.9.x, and releases since 0.3.4 have claimed some level of support, so it looks like Python 3.9 is supported.
  • Loading branch information
adamchainz authored May 13, 2021
1 parent 8663b98 commit ab09351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8).
interpreter (versions 2.3-2.7 and 3.3-3.9).

## Installation

Expand Down

0 comments on commit ab09351

Please sign in to comment.