From b9e5cbd59279b935fbf02bc6f7a1f5b96ca5b8fe Mon Sep 17 00:00:00 2001 From: Peter Rowlands Date: Wed, 18 Oct 2023 21:26:07 +0900 Subject: [PATCH] add py 3.11 to classifiers --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7708144..bcd896a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ] dependencies = [ "Click>=8.1",