From 6fb3ea9d4c938a1a63b038dad2b1f27366de01a9 Mon Sep 17 00:00:00 2001 From: Christopher Fenner <9592452+CFenner@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:41:09 +0100 Subject: [PATCH] specify python versions --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f712059b..610a6b8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,10 @@ keywords = [ classifiers = [ "Intended Audience :: Developers", "Natural Language :: English", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3", "License :: OSI Approved :: Apache Software License", "Topic :: Software Development :: Libraries :: Python Modules",