From 035735ce833f71727edd037bd914c3f5368c685c Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 2 Mar 2026 09:52:49 +0100 Subject: [PATCH] fix: pyproject.toml --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2b1fd81..565949d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,13 +8,11 @@ version = "5.2.0a27" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "an options controller tool" -requires-python = ">=3.8" +requires-python = ">=3.10" license = {file = "LICENSE"} classifiers = [ "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Programming Language :: Python", - "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",