From 13647df34519e53d17d2599abb97718253722f2d Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Thu, 9 Mar 2023 11:24:33 -0500 Subject: [PATCH] Add Python 3.10 to setup.cfg metadata We support 3.10 as of Antelope. Change-Id: Ie2a78085b62ce2f1fb55968057c20fef5b87653b --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 2ada720ae28..b757d413c59 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,7 @@ classifiers = Programming Language :: Python :: 3 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 project_urls: Source=https://opendev.org/openstack/cinder Tracker=https://bugs.launchpad.net/cinder