From 858dd4e7473053d3527f023f2dd8d3d0c8ea4b92 Mon Sep 17 00:00:00 2001 From: Marc van der Meide Date: Mon, 9 Sep 2024 14:36:44 +0200 Subject: [PATCH] align supported py versions in metadata with release workflow --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index ee19b45..257bdb0 100644 --- a/setup.py +++ b/setup.py @@ -86,10 +86,10 @@ def read(*paths): 'Intended Audience :: Information Technology', 'Topic :: Utilities', 'License :: OSI Approved :: MIT License', - 'Programming Language :: Python :: 2.7', - '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', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', ], )