From b2183cac8830abdebd5486787488d4a141b2e250 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Sat, 27 Jan 2024 14:32:14 -0600 Subject: [PATCH] record orquesta support for python > 3.6 --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index f6fe0179..585f7720 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,11 @@ def get_requirements(): "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "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", ], entry_points={ "orquesta.composers": [