From b8b9d172125730cf5d4ccb7253f3984c9d4f3511 Mon Sep 17 00:00:00 2001 From: Corwin Kerr Date: Thu, 9 Nov 2023 16:24:55 -0500 Subject: [PATCH] Add Python 3.12 to project metadata --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index efa5e10..f3a0384 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12" ] dependencies = [ "flask>=2.1.0",