From 737f571e8c476e0942418ca53c72658c7ca9d323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Sun, 23 Nov 2025 22:36:21 +0300 Subject: [PATCH] Specify supported Python versions via trove classifiers --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 56fb095..59537c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,10 @@ classifiers = [ "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ] dependencies = ["requests", "typing-extensions"] dynamic = ["version"]