Skip to content

Commit

Permalink
Document that Python 3.12 is supported
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Wozniski <[email protected]>
  • Loading branch information
godlygeek committed Oct 2, 2023
1 parent 98032ae commit 39e7d4b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/---bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ body:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
validations:
required: true
- type: dropdown
Expand Down
2 changes: 1 addition & 1 deletion docs/supported_environments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Supported Python versions

Every Python version that hasn't reached end of life is supported.

Currently that's Python 3.7 through 3.11.
Currently that's Python 3.7 through 3.12.

Supported operating systems
---------------------------
Expand Down
1 change: 1 addition & 0 deletions news/474.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Python 3.12 is now supported.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ def build_js_files(self):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Software Development :: Debuggers",
],
Expand Down

0 comments on commit 39e7d4b

Please sign in to comment.