From 78c8e3d17ac9b26a33a2cf80b9b064a6a4d21583 Mon Sep 17 00:00:00 2001 From: Randhir Date: Mon, 24 Feb 2025 19:32:03 +0000 Subject: [PATCH] Added Pythn support version 3.11 to make it compatible with pip 25 --- python/spec/fixtures/setup_files/setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/python/spec/fixtures/setup_files/setup.cfg b/python/spec/fixtures/setup_files/setup.cfg index b3328ca4e30..f0078e49a63 100644 --- a/python/spec/fixtures/setup_files/setup.cfg +++ b/python/spec/fixtures/setup_files/setup.cfg @@ -19,6 +19,7 @@ classifiers = Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.11 Operating System :: POSIX Operating System :: Unix Operating System :: MacOS