From 94386eea3d84bfbcab0a64f51990f7b0ec0dd8d3 Mon Sep 17 00:00:00 2001 From: helgeerbe Date: Fri, 1 Nov 2024 12:55:37 +0100 Subject: [PATCH] build: drop support for python < 3.11 --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b5c5b4a..8ebc7b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,10 +28,8 @@ classifiers=[ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", - "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", "Topic :: Multimedia :: Graphics :: Viewers", ] dynamic = ["version"]