From e7c683c7c1ee191f60b9cfbea07a2fc2651065a1 Mon Sep 17 00:00:00 2001 From: Jeff Hodges Date: Thu, 6 Jun 2024 09:49:29 -0700 Subject: [PATCH] Add python 3.10 and 3.11 to the pypi classifiers --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd142da2..f16ff690 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,9 @@ classifiers = [ 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', - 'Programming Language :: Python :: 3.9' + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11' ] [tool.poetry.dependencies]