From 7f246fec067ec4a73c29091006e58b7daa8af35c Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 3 Jan 2024 20:18:45 -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: Id56128f06aea4914b079e78e9928171a861f5299 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 31f4ea67c..55af35b17 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,9 @@ classifier = Programming Language :: Python :: 3 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 + project_urls: Source=https://opendev.org/openstack/zaqar Tracker=https://bugs.launchpad.net/zaqar