From 2c4d1160004807404386297057df7e6d2caa5118 Mon Sep 17 00:00:00 2001 From: Jens Scheffler <95105677+jscheffl@users.noreply.github.com> Date: Thu, 5 Feb 2026 00:02:21 +0100 Subject: [PATCH] [v3-1-test] Fix Python 3.13 classifiers (#61419) (cherry picked from commit b1a6ebc6c5a14c48170de0d5472018905ab5edde) Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com> --- 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 a4b46a3ea297b..65e764ce12f22 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 35816e6abc98e..6ddc0259c45b3 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 35e2814978381..fb00e7bfab19b 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", ]