From e6c11c3fe05bbbf0ecb602895f433f939bec15a8 Mon Sep 17 00:00:00 2001 From: pankajastro Date: Thu, 17 Oct 2024 19:29:04 +0530 Subject: [PATCH] Update pyproject classifiers for Python 3.11 and 3.12 --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 5ef3f331..85529e92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,8 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ] dependencies = [ "apache-airflow>=2.0",