From 842469e7447cbb314c31fa89a8fb7287024b6d1d Mon Sep 17 00:00:00 2001 From: Alex Malins Date: Fri, 18 Mar 2022 10:08:00 +0900 Subject: [PATCH] update python version classifiers --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f7b87c7..674af9c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,9 +12,10 @@ classifiers = Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - 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 Topic :: Software Development :: Testing Topic :: Utilities