From 58b3540ba83c8547dd8064318e88d4ca44e9786b Mon Sep 17 00:00:00 2001 From: pdelboca Date: Tue, 14 Jan 2025 11:11:31 +0100 Subject: [PATCH] Remove Python 3.8 from pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2693838..a7246eda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,6 @@ classifiers = [ "Intended Audience :: Developers", "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: GNU Affero General Public License v3", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",