From ea64d171259fce9da7d9845a19b81e4262e282ec Mon Sep 17 00:00:00 2001 From: takuseno Date: Sat, 2 Sep 2023 20:18:52 +0900 Subject: [PATCH] Update Python version labels --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cebe96c3..1502169c 100644 --- a/setup.py +++ b/setup.py @@ -24,9 +24,9 @@ "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Artificial Intelligence", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Programming Language :: Python :: Implementation :: CPython", "Operating System :: POSIX :: Linux", "Operating System :: Microsoft :: Windows",