This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 8999cc09cea [v3-1-test] Fix Python 3.13 classifiers (#61419) (#61475)
8999cc09cea is described below
commit 8999cc09cea4e5708d7d72fb13a7f67fe3363a45
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 5 00:20:32 2026 +0100
[v3-1-test] Fix Python 3.13 classifiers (#61419) (#61475)
(cherry picked from commit b1a6ebc6c5a14c48170de0d5472018905ab5edde)
Co-authored-by: Jens Scheffler <[email protected]>
---
airflow-core/pyproject.toml | 1 +
chart/pyproject.toml | 1 +
clients/python/pyproject.toml | 1 +
3 files changed, 3 insertions(+)
diff --git a/airflow-core/pyproject.toml b/airflow-core/pyproject.toml
index a4b46a3ea29..65e764ce12f 100644
--- a/airflow-core/pyproject.toml
+++ b/airflow-core/pyproject.toml
@@ -59,6 +59,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
"Topic :: System :: Monitoring",
]
diff --git a/chart/pyproject.toml b/chart/pyproject.toml
index 35816e6abc9..6ddc0259c45 100644
--- a/chart/pyproject.toml
+++ b/chart/pyproject.toml
@@ -42,6 +42,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
"Topic :: System :: Monitoring",
"Topic :: System :: Monitoring",
]
diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml
index 35e28149783..fb00e7bfab1 100644
--- a/clients/python/pyproject.toml
+++ b/clients/python/pyproject.toml
@@ -45,6 +45,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
"Topic :: System :: Monitoring",
]