Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document that Python 3.12 is supported #474

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading