From bbc8add24f7f895485cdfdbe4f51581f12e46a1d Mon Sep 17 00:00:00 2001 From: Michael Goin Date: Mon, 16 Oct 2023 14:58:55 -0400 Subject: [PATCH] Update setup.py to include python 3.11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36dab00ba6..7313694c69 100644 --- a/setup.py +++ b/setup.py @@ -202,7 +202,7 @@ def _check_supported_system(): def _check_supported_python_version(): supported_major = 3 - supported_minor = [8, 9, 10] + supported_minor = [8, 9, 10, 11] if ( sys.version_info[0] != supported_major