From 11a0a915b1663f078b21c140d12f3be3f460d569 Mon Sep 17 00:00:00 2001 From: momijiame <1781355+momijiame@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:16:13 +0900 Subject: [PATCH] add support version (Python 3.12) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 06a6766..b120a0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ]