From 2ba2ef811dc6167303686b1c024802166f272946 Mon Sep 17 00:00:00 2001 From: Thomas Calmant Date: Sun, 7 Apr 2024 21:15:31 +0200 Subject: [PATCH] Manually tested against Python 2.7,3.4-3.12 --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 240dc46..8a2318b 100644 --- a/setup.py +++ b/setup.py @@ -87,6 +87,10 @@ def read(fname): "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", "Topic :: Software Development :: Libraries :: Python Modules", ], )