diff --git a/.github/ISSUE_TEMPLATE/---bug-report.yaml b/.github/ISSUE_TEMPLATE/---bug-report.yaml index 5623d7680d..a2ee420b1c 100644 --- a/.github/ISSUE_TEMPLATE/---bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/---bug-report.yaml @@ -52,6 +52,7 @@ body: - "3.9" - "3.10" - "3.11" + - "3.12" validations: required: true - type: dropdown diff --git a/docs/supported_environments.rst b/docs/supported_environments.rst index 61d8a41c6c..8c0873c82e 100644 --- a/docs/supported_environments.rst +++ b/docs/supported_environments.rst @@ -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 --------------------------- diff --git a/news/474.feature.rst b/news/474.feature.rst new file mode 100644 index 0000000000..24b2788f5f --- /dev/null +++ b/news/474.feature.rst @@ -0,0 +1 @@ +Python 3.12 is now supported. diff --git a/setup.py b/setup.py index 188edb4eb8..6d85b6bd2a 100644 --- a/setup.py +++ b/setup.py @@ -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", ],