From cd7b0a6469cff867711620983b88827fcfaf97a7 Mon Sep 17 00:00:00 2001 From: dgw Date: Sat, 25 Feb 2023 15:55:09 -0600 Subject: [PATCH] Update Python version classifiers --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8fe06f5da..f578bbcbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,11 +34,11 @@ classifiers = [ "Environment :: Web Environment", "Intended Audience :: Developers", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Operating System :: OS Independent", "Topic :: Documentation", "Topic :: Software Development :: Documentation",