From c35ae284a41e86ae0cc8792846ac13be60892761 Mon Sep 17 00:00:00 2001 From: Quinten Stokkink Date: Sat, 21 Jan 2023 09:52:56 +0100 Subject: [PATCH] Updated supported Python versions in setup.py --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 6d71211c3..fb56cf658 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,9 @@ "Operating System :: OS Independent", "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", "Topic :: Scientific/Engineering", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Distributed Computing",