From b5510c7ecb7ebe1bab5bf127a7ea1e97b374d906 Mon Sep 17 00:00:00 2001 From: Tiago Silva Date: Fri, 30 Dec 2022 19:01:23 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=9B=20Update=20pyproject=20with=20pyth?= =?UTF-8?q?on=203.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ab85b0..021a834 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,7 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Internet :: WWW/HTTP :: HTTP Servers", "Topic :: Internet :: WWW/HTTP", ] @@ -122,4 +123,4 @@ junit_family = "xunit2" [tool.hatch.build.targets.sdist] include = [ "/asyncz", -] \ No newline at end of file +]