This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 96b95a95e70 Update Python compatibility requirements and documentation
for airflowctl (#58653)
96b95a95e70 is described below
commit 96b95a95e70e9363252300dd0523073d587016ab
Author: Bugra Ozturk <[email protected]>
AuthorDate: Tue Nov 25 10:12:55 2025 +0100
Update Python compatibility requirements and documentation for airflowctl
(#58653)
* Update Python compatibility requirements and documentation
* update until statement in docs
* Update Python version compatibility details in prerequisites documentation
---
airflow-ctl/docs/installation/prerequisites.rst | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/airflow-ctl/docs/installation/prerequisites.rst
b/airflow-ctl/docs/installation/prerequisites.rst
index 9ca449639a7..6776c21ec3c 100644
--- a/airflow-ctl/docs/installation/prerequisites.rst
+++ b/airflow-ctl/docs/installation/prerequisites.rst
@@ -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