From 00c1b2fdae6be8e41c645ff68dd35a7421773be8 Mon Sep 17 00:00:00 2001 From: msimonin <matthieu.simonin@inria.fr> Date: Wed, 9 Mar 2022 14:54:40 +0100 Subject: [PATCH] setup: extend python version classifiers --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index b31e401..1d588c1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,6 +15,8 @@ classifier = Programming Language :: Python Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 [options] include_package_data = True packages = find: -- GitLab