From adc1cc79b0e59e1f930bcbb3acd79b7ee49ad184 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 13:53:32 +0000 Subject: [PATCH] Declare support for Python 3.11 (#2018) (#2019) (cherry picked from commit a394c90f5b99f9673c108c4bd9c9fda448d35a98) Co-authored-by: Hugo van Kemenade --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3fac032e1f..4ea82a80c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,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",