From 51ec83b62800fc3e5ed06e68c28254a27d44dc01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Mon, 16 Jan 2023 11:18:05 +0100 Subject: [PATCH] Add Python 3.11 to project classifiers --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 808152dd..ce9e9404 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,6 +119,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 :: 3 :: Only", "Topic :: Internet :: WWW/HTTP :: Session", ]