From 6ed63c2c0bbebd41f8030f174eb0751af6e0cac3 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Mon, 29 Jan 2024 08:41:03 -0800 Subject: [PATCH] Add classifiers for Python 3.10 and 3.11 We already test on py311, may as well state support explicitly. Change-Id: I5418aefe4a7b473e99e333f8424a9e9a5dcf765b --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 8bef32de..3cd5f845 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,8 @@ classifiers = 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 Topic :: Utilities python_requires = >= 3.6