From 72c4950683548e5e9fb54734ca33e34f8fc2c894 Mon Sep 17 00:00:00 2001 From: Nathan Baker Date: Sun, 29 Jan 2023 15:07:51 -0800 Subject: [PATCH] Remove Python 3.6 and 3.7 from more files. --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index c429d54..772161a 100755 --- a/setup.py +++ b/setup.py @@ -46,8 +46,6 @@ See http://propka.org/ for the PROPKA web server. 'Operating System :: MacOS :: MacOS X', 'Operating System :: Microsoft :: Windows', 'Programming Language :: Python', - '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',