Here's the [accepted PEPs targeting 3.14](https://peps.python.org/#accepted-peps-accepted-may-not-be-implemented-yet) which made the beta feature freeze: * [ ] PEP-739 `build-details.json` 1.0 — a static description file for Python build details @FFY00 https://github.com/python/peps/pull/4629 * [x] PEP-749 Implementing PEP 649 @JelleZijlstra (let's also update PEP-649) * [x] PEP-750 Template Strings - let's wait until it's documented ([python/cpython#132661](https://github.com/python/cpython/issues/132661) / [t-strings/help#2](https://github.com/t-strings/help/issues/2)) * [x] PEP-758 Allow `except` and `except*` expressions without parentheses @pablogsal @brettcannon * [x] PEP-768 Safe external debugger interface for CPython @pablogsal @godlygeek @ivonastojanovic * [x] PEP-779 Criteria for supported status for free-threaded Python @Yhg1s @mpage @colesbury Please can the authors read the ["Mark as Final" checklist](https://github.com/python/peps/blob/main/.github/PULL_REQUEST_TEMPLATE/Mark%20a%20PEP%20as%20Final.md) then open PRs to update the status? Thank you! --- See also: * https://github.com/python/peps/issues/3781 * https://github.com/python/peps/issues/3817