From ce371ae73600af4009fefa0e3eb02bd586334ea0 Mon Sep 17 00:00:00 2001 From: Carlo Cagnetta <50958143+carlocagnetta@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:27:53 +0100 Subject: [PATCH] remove old python versions from poetry classifier (#1059) --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c47b14b..9b8fe7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,8 +19,6 @@ classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Software Development :: Libraries :: Python Modules", "License :: OSI Approved :: MIT License", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", ] exclude = ["test/*", "examples/*", "docs/*"]