git.schokokeks.org
Repositories
Help
Report an Issue
derivepassphrase.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
5bb568d
Branches
Tags
documentation-tree
master
unstable/modularize-and-refactor-test-machinery
unstable/ssh-agent-socket-providers
wishlist
0.1.0
0.1.1
0.1.2
0.1.3
0.2.0
0.3.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.1
0.5.2
derivepassphrase.git
docs
pycompatibility.md
Add links and anchors for version/upgrade information and changelog sections
Marco Ricci
commited
5bb568d
at 2025-01-23 10:53:54
pycompatibility.md
Blame
History
Raw
# Compatibility of `derivepassphrase` with different Python versions ## Python 3.14 {#py3.14} Not yet supported. As of 2025-01, Python 3.14 is still in alpha stage. ## Python 3.13 {#py3.13} Currently supported without any known issues. ## Python 3.12 {#py3.12} Currently supported without any known issues. ## Python 3.11 {#py3.11} Currently supported without any known issues. ### After end-of-life {#after-eol-py3.11} After Python 3.11 reaches end-of-life, future `derivepassphrase` versions may make use of the following Python functionality: * complex expressions in f-strings * type parameter syntax and the `type` statement ## Python 3.10 {#py3.10} Currently supported without any known issues. Some functionality requires backported libraries (`tomllib`/`tomli`). ### After end-of-life {#after-eol-py3.10} After Python 3.10 reaches end-of-life, future `derivepassphrase` versions may make use of the following Python functionality: * exception groups * exception notes * [`contextlib.chdir`][] ## Python 3.9 {#py3.9} Currently supported without any known issues. Some functionality requires backported libraries (`tomllib`/`tomli`). ### After end-of-life {#after-eol-py3.9} After Python 3.9 reaches end-of-life, future `derivepassphrase` versions may make use of the following Python functionality: * structural pattern matching (`match`/`case` blocks) * parenthesized `with` statements ## Python 3.8 and below {#py3.8-and-below} These versions were never explicitly supported, neither in CPython nor in PyPy. The same versions as for [Python 3.9](#py3.9) may work, but this is untested. ## PyPy As per the respective CPython version above.