From 1f97dc4bd5a16457c4fb64fed377157cd90a29c9 Mon Sep 17 00:00:00 2001 From: Michael Goin Date: Mon, 16 Oct 2023 13:17:00 -0600 Subject: [PATCH] Update setup.py to include python 3.11 (#1323) --- 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