From a87d983e881f3d9cfb757d64505fe04b2cca3946 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Thu, 17 Aug 2023 12:03:01 +0200 Subject: [PATCH] Add Python 3.10 support to setup.cfg We have been running tests on Python 3.10 for some time and it is the default deployment platform for Neutron. Change-Id: Ic5f2086c958ceb5763c48d5c71ed2d99f757f7dd --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 9e4433c3..35bab6f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,7 @@ classifier = Programming Language :: Python :: 3 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 [files] packages =