From 419ee61aad13c0942b337985545c83b6de33130f Mon Sep 17 00:00:00 2001 From: jh-RLI Date: Thu, 20 Oct 2022 14:39:28 +0200 Subject: [PATCH] fix setup py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7211166..68e2d65 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def read(*names, **kwargs): "Operating System :: POSIX", "Operating System :: Microsoft :: Windows", "Programming Language :: Python", - "Programming Language :: Python :: 3.6" + "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",