From c7642f02b26f15a5e1bb692d103cadeeeaba9bc1 Mon Sep 17 00:00:00 2001 From: Stevie Gayet <87695919+stegayet@users.noreply.github.com> Date: Mon, 23 Jan 2023 16:06:24 +0100 Subject: chore(tests): add Python 3.10 and 3.11 in CI runs/tox/trove classifier (#284) --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 06386c3..b7cfdc6 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,8 @@ setuptools.setup( '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 :: Implementation :: CPython', ], ) -- cgit v1.2.1