From f8f86ea1ab52fe1b587fd3801191543dacf3b78b Mon Sep 17 00:00:00 2001 From: Daniel Gaspar Date: Thu, 15 Feb 2024 15:41:01 +0000 Subject: [PATCH] fix: python versions setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8920ad1c2..0fed7cbf7 100644 --- a/setup.py +++ b/setup.py @@ -81,11 +81,11 @@ def desc(): "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", - "Programming Language :: Python", - "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", "Topic :: Software Development :: Libraries :: Python Modules", ], python_requires="~=3.7",