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",