From 02cc33ad41157aae2ff49b28d26743d6242bcacb Mon Sep 17 00:00:00 2001 From: Sven Klaassen <47529404+SvenKlaassen@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:11:16 +0200 Subject: [PATCH] adjust requirements --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index db40ce88..73f40c5c 100644 --- a/setup.py +++ b/setup.py @@ -30,13 +30,13 @@ 'statsmodels', 'plotly', ], - python_requires=">=3.8", + python_requires=">=3.9", classifiers=[ 'Programming Language :: Python :: 3', - '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', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', ],