From d9e96ddab6f38af67e4de2199104500e6c17e84c Mon Sep 17 00:00:00 2001 From: Christian Geier Date: Wed, 15 Nov 2023 20:54:30 +0100 Subject: [PATCH] Update pyproject.toml Co-authored-by: Hugo --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index cb594e5a8..3ccb5353f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,12 @@ classifiers = [ "Intended Audience :: End Users/Desktop", "Operating System :: POSIX", "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3", + "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 :: Utilities", "Topic :: Communications", ]