From 960028a8457b64dbfb3369e12b90973c6a83949d Mon Sep 17 00:00:00 2001 From: David Zaslavsky Date: Sat, 21 Jan 2023 19:07:11 -0800 Subject: [PATCH] Mark the package as being compatible with Python 3.11 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index bb5277f..aba3966 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,7 @@ def run(self): "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Software Development :: Testing", ], )