From 52b83d3630c50944e84d066808b7ec2b0a259e4d Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Mon, 31 Oct 2022 11:56:57 +0200 Subject: Setup: mark as compatible with Python 3.11 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5cde802..6744277 100755 --- a/setup.py +++ b/setup.py @@ -52,6 +52,7 @@ setup( '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', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Libraries :: Python Modules', -- cgit v1.2.1