From 920507c24121142ac92e0d519117ac68a02069cb Mon Sep 17 00:00:00 2001 From: trichter Date: Fri, 22 Jan 2021 18:17:54 +0100 Subject: [PATCH] update supported python versions --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index bda1168..ce1797d 100644 --- a/setup.py +++ b/setup.py @@ -42,12 +42,9 @@ def find_version(*paths): 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', - 'Programming Language :: Python :: 3.4', - '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 :: Scientific/Engineering :: Physics' ]