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

taragolis 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 c2f96ff38d Add in Trove classifiers Python 3.12 support (#39004)
c2f96ff38d is described below

commit c2f96ff38d500e3c62e09992fdba179dd5b56045
Author: Wei Lee <weilee...@gmail.com>
AuthorDate: Sun Apr 14 18:34:31 2024 +0800

    Add in Trove classifiers Python 3.12 support (#39004)
---
 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 303e592e97..fdd53e10f6 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 0e5dcef675..f853b4e3e1 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