Skip to content
Merged
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
24 changes: 24 additions & 0 deletions airflow-ctl/docs/installation/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,27 @@ use cases. Simply install them to make them available:
- Password Store (pass) backend for python's keyring
- `keyring_jeepney <https://pypi.org/project/keyring_jeepney>`__
- a pure Python backend using the secret service ``DBus`` API for desktop Linux (requires ``keyring<24``).


Python Version Compatibility
----------------------------
``airflowctl`` is compatible with versions of Python 3.10 through Python 3.14.
Currently, Python 3.14 is not supported. Thanks for your understanding!
We will work on adding support for Python 3.14.

.. list-table::
:widths: 15 85
:header-rows: 1

* - Python Version
- Supported
* - 3.10
- Yes
* - 3.11
- Yes
* - 3.12
- Yes
* - 3.13
- Yes
* - 3.14
- No
Loading