From 3ae55d4bfc2b29109b033c71b6ef7ebd42965179 Mon Sep 17 00:00:00 2001 From: rht Date: Sun, 28 Jan 2024 05:01:47 -0500 Subject: [PATCH] chore: Add Python 3.11 and 3.12 in the PyPI classifier --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 80d3831d6a4..0233bc5874b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,8 @@ classifiers = [ "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Development Status :: 3 - Alpha",