From 88add2da858257d5b399ec9c05947e346a980d73 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 7 Jul 2024 22:25:29 -0700 Subject: [PATCH] Update pyproject.toml Set explicit Trove descriptors for python version --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 5eb6cce..d6d310f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,10 @@ classifiers = [ 'Environment :: Console', 'License :: OSI Approved :: MIT License', 'Topic :: Multimedia :: Sound/Audio :: Editors', + 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.9', ] [tool.poetry.dependencies]