From a22e05a16d746c772802b51c57bdae55b6564723 Mon Sep 17 00:00:00 2001 From: konstantin Date: Sat, 24 Feb 2024 17:04:16 +0100 Subject: [PATCH] chore: add Python 3.10-3.12 as supported versions (#156) --- 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',