From 6a363a80c1aeeaa01cb9041c71f655b52f04eb8d Mon Sep 17 00:00:00 2001 From: Michael Herrmann Date: Sun, 20 Nov 2022 16:56:09 +0900 Subject: [PATCH] Add 3.9 and 3.10 to supported Py versions --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 73d2ee6..5171843 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,8 @@ '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', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX :: Linux', 'Operating System :: MacOS :: MacOS X'