-
-
Notifications
You must be signed in to change notification settings - Fork 70
Description
Problem
Project is currently using Python 3.11.
Description
Python has continued to improve. Notably, the latest versions offer much better support for type hints.
Dependencies will need to be verified.
Any pull request (PR) for this issue should include documentation of testing/verification. The PR should not include any additional feature changes.
Additional context
- What’s New in Python — Python 3.14.0 documentation
- What’s new in Python 3.14
Python 3.14 is the latest stable release of the Python programming language, with a mix of changes to the language, the implementation, and the standard library. The biggest changes include template string literals, deferred evaluation of annotations, and support for subinterpreters in the standard library.
The library changes include significantly improved capabilities for introspection in asyncio, support for Zstandard via a new compression.zstd module, syntax highlighting in the REPL, as well as the usual deprecations and removals, and improvements in user-friendliness and correctness.
- What’s New In Python 3.13
Python 3.13 is a stable release of the Python programming language, with a mix of changes to the language, the implementation and the standard library. The biggest changes include a new interactive interpreter, experimental support for running in a free-threaded mode (PEP 703), and a Just-In-Time compiler (PEP 744).
Error messages continue to improve, with tracebacks now highlighted in color by default. The locals() builtin now has defined semantics for changing the returned mapping, and type parameters now support default values.
The library changes contain removal of deprecated APIs and modules, as well as the usual improvements in user-friendliness and correctness. Several legacy standard library modules have now been removed following their deprecation in Python 3.11 (PEP 594).
- What’s New In Python 3.12
Python 3.12 is a stable release of the Python programming language, with a mix of changes to the language and the standard library. The library changes focus on cleaning up deprecated APIs, usability, and correctness. Of note, the distutils package has been removed from the standard library. Filesystem support in os and pathlib has seen a number of improvements, and several modules have better performance.
The language changes focus on usability, as f-strings have had many limitations removed and ‘Did you mean …’ suggestions continue to improve. The new type parameter syntax and type statement improve ergonomics for using generic types and type aliases with static type checkers.
- What’s new in Python 3.14
Implementation
- I would be interested in implementing this feature.
Sub-issues
Metadata
Metadata
Assignees
Labels
Type
Projects
Status