From 763e536ea889278aa0401dff6109368b64906f02 Mon Sep 17 00:00:00 2001 From: Alex Wilson Date: Sat, 23 Sep 2023 12:17:35 +0100 Subject: [PATCH] chore(support): Add 3.{10,11} to `setup.py` This is now in line with the pre-merge checks --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 97b5155..de0eba9 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,8 @@ 'Topic :: Software Development :: Documentation', "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ], use_scm_version=True, setup_requires=["setuptools_scm"],