From a47cc468a486eab910d17c3db9df238236f0806b Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Wed, 10 Apr 2024 09:25:14 -0400 Subject: [PATCH] Update CI for Dalmatian Only change is to remove the py38 classifier from setup.cfg; did not modify the python_requires (which is currently >=3.8) The brick tox.ini doesn't specify specific python versions, so no modifications there. We rely on the openstack-python3-jobs template to specify what versions of python should run in the gate. Change-Id: Id27841ba03b915fe3c1cde86273c76e24c521b88 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e24f2dc4c..7b5764346 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,6 @@ classifiers = Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11