Skip to content

Commit

Permalink
docs: update documentation source for 3.6 release
Browse files Browse the repository at this point in the history
The documentation sources are updated to include mention of the CPython
3.12 support and other features that are shipped with the upcoming 3.6
release of Austin.
  • Loading branch information
P403n1x87 committed Oct 3, 2023
1 parent 0c58b50 commit ddd2ef2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
2023-xx-xx v3.6.0
2023-10-04 v3.6.0

Added support for CPython 3.12

Added support for sub-interpreters.

Dropped support for Python 2, 3.3, 3.4, 3.5, 3.6 and 3.7.
Dropped support for CPython 2, 3.3, 3.4, 3.5, 3.6 and 3.7.

Improved interpreter detection and general stability on all supported
platforms.

Bugfix: ensure that threads are resumed by austinp when an error occurs during
the sampling process.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,8 @@ folder in either the SVG, PDF or PNG format

# Compatibility

Austin supports Python 3.8-3.11 and has been tested on the
following platforms and architectures
Austin supports Python 3.8 through 3.12, and has been tested on the following
platforms and architectures

| | <img src="art/tux.svg" /> | <img src="art/win.svg"/> | <img src="art/apple.svg"/> |
| ----------- | ------------------------- | ------------------------ | -------------------------- |
Expand Down
Binary file modified doc/cheatsheet.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/austin.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH AUSTIN "1" "February 2023" "austin 3.5.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH AUSTIN "1" "October 2023" "austin 3.6.0" "User Commands"
.SH NAME
austin \- Frame stack sampler for CPython
.SH SYNOPSIS
Expand Down

0 comments on commit ddd2ef2

Please sign in to comment.