From 73eb0908d06c6a08193a8a622b73a24e3bc28bd3 Mon Sep 17 00:00:00 2001 From: gcseter Date: Wed, 9 Oct 2024 10:06:45 +0200 Subject: [PATCH] update setup.py --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index f31060b..9e9c605 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,10 @@ 'Programming Language :: Python :: 3.6', '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', "License :: OSI Approved :: MIT License", 'Topic :: Software Development :: Libraries :: Python Modules' ]