From 4d88d473b932ea8fc9ca1082432d53f3bd719dc4 Mon Sep 17 00:00:00 2001 From: Takagi Tasuku Date: Thu, 24 Aug 2023 12:13:09 +0900 Subject: [PATCH] =?UTF-8?q?classifiers=E3=81=8C=E4=B8=80=E9=83=A8=E4=B8=8D?= =?UTF-8?q?=E9=81=A9=E5=88=87=E3=81=A0=E3=81=A3=E3=81=9F=E3=81=AE=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b9d806..81af99b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ license = {file = "LICENSE"} keywords = ["i18n"] classifiers = [ "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.10", "Topic :: Software Development :: Internationalization", "Typing :: Typed" ]