From 8b11f6c01714bd3866ec8a3726e61c99f46f3770 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 23 Jan 2026 01:26:04 +0900 Subject: [PATCH] Bump minimum python version to 3.8 Test with python 3.6 was removed by [1] and now 3.8 is the oldest version actually tested. [1] 01b80d76d33a8eb59849e73f8dd2a99af8308eb5 Change-Id: Ibe0fa242c98a6866bdc0998bc42cc2fa486bd362 Signed-off-by: Takashi Kajinami --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index b37df1368..6c56db9a4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,15 +12,13 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 Environment :: Console -python_requires = >=3.6 +python_requires = >=3.8 [files] packages =