From bd9f8e80caccc5e344ad43cf44069307e0c89b0c Mon Sep 17 00:00:00 2001 From: Siddhant Goel Date: Wed, 18 Oct 2023 20:42:09 +0200 Subject: [PATCH] chore: include Python 3.11 in classifiers --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4645dcb..4fcbddc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,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 :: Database", "Topic :: Internet :: WWW/HTTP",