From 957ae4d495cf8fcb5475c6c2f1bce801096b68a5 Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Wed, 14 Sep 2022 00:12:45 +0200 Subject: Add python 3.11 support (#663) * Add python 3.11 support * ci: use `windows-2019` runners `windows-2016` runners have been removed * ci: use CPython 3.11.0-rc.2 for Windows builds Co-authored-by: Matt Davis --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 548b19f..944e7fa 100644 --- a/setup.py +++ b/setup.py @@ -33,6 +33,7 @@ CLASSIFIERS = [ "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