From 3a87a4670194344bdba54189044b2f0dbd7e8e13 Mon Sep 17 00:00:00 2001 From: likui Date: Wed, 22 Nov 2023 16:26:13 +0800 Subject: [PATCH] Update python classifier in setup.cfg As per the current release tested runtime, we test till python 3.11 so updating the same in python classifier in setup.cfg Change-Id: Ib6f14c4348c6fbb251c15c9982dfb2fb4b8d249c --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index fa6f6af656dd..6b0eed4523ea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython