From 4fbd513f6a4c1e8de743ef65df6569a2b7accd28 Mon Sep 17 00:00:00 2001 From: Alexandre Ferland <3533424+alexferl@users.noreply.github.com> Date: Thu, 27 Jan 2022 18:54:03 -0500 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9fe9d01..84c3c61 100644 --- a/setup.py +++ b/setup.py @@ -29,9 +29,9 @@ setup( 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', - 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Topic :: Software Development :: Libraries :: Python Modules' ] ) -- GitLab