From b3b6e57f6cff5b80bd3fe979f31481532db6f967 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 17 May 2023 16:20:32 -0700 Subject: [PATCH] Update pyproject.toml Adding 3.11 to versions --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 97c39da..2503620 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,8 @@ classifiers = [ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', - 'Programming Language :: Python :: 3.10' + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11' ] dependencies = [