From 589ae98e56f6af6d0e1cc1567922b09ce235415e Mon Sep 17 00:00:00 2001 From: Anton <100830759+antonwolfy@users.noreply.github.com> Date: Fri, 24 May 2024 18:08:34 +0200 Subject: [PATCH] Remove python 3.8 from list of Programming Languages (#1855) --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index c08c70b2c935..fd0ff36b8021 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,6 @@ def _get_cmdclass(): Programming Language :: Cython Programming Language :: Python Programming Language :: Python :: 3 -Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11