From 55d8e8d5f78c2a7711d5a11c5f5b6f67a45f71f7 Mon Sep 17 00:00:00 2001 From: konstantin Date: Thu, 15 Feb 2024 14:23:15 +0100 Subject: [PATCH] chore: add Python 3.10-3.12 as supported versions --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 7753be1..ab9f32a 100644 --- a/setup.py +++ b/setup.py @@ -59,6 +59,9 @@ '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', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Libraries',