This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch v2-9-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit adfabe897b156dfee44206de35a7a24b1e231a28
Author: Wei Lee <[email protected]>
AuthorDate: Sun Apr 14 18:34:31 2024 +0800

    Add in Trove classifiers Python 3.12 support (#39004)
    
    (cherry picked from commit c2f96ff38d500e3c62e09992fdba179dd5b56045)
---
 clients/python/pyproject.toml | 1 +
 pyproject.toml                | 1 +
 2 files changed, 2 insertions(+)

diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml
index d197812d36..88a5291d3d 100644
--- a/clients/python/pyproject.toml
+++ b/clients/python/pyproject.toml
@@ -46,6 +46,7 @@ classifiers = [
     "Programming Language :: Python :: 3.9",
     "Programming Language :: Python :: 3.10",
     "Programming Language :: Python :: 3.11",
+    "Programming Language :: Python :: 3.12",
     "Topic :: System :: Monitoring",
 ]
 
diff --git a/pyproject.toml b/pyproject.toml
index 1448a01dac..fbc7b7a9d7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -59,6 +59,7 @@ classifiers = [
     "Programming Language :: Python :: 3.9",
     "Programming Language :: Python :: 3.10",
     "Programming Language :: Python :: 3.11",
+    "Programming Language :: Python :: 3.12",
     "Topic :: System :: Monitoring",
 ]
 

Reply via email to