From 94f68a0414b52736e799bfe7babdef64bb26e01b Mon Sep 17 00:00:00 2001 From: vagabondHustler <92130287+vagabondHustler@users.noreply.github.com> Date: Sat, 11 May 2024 20:23:22 +0200 Subject: [PATCH] Chore remove support for python 3.10 & 3.11 (#666) --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6c9b5925..20e5c97a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,8 +11,7 @@ "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Operating System :: Microsoft :: Windows", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Multimedia :: Video", "Topic :: Utilities", ]