From f510ea3520ea740a70b4b3483e479b3a2144455a Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Fri, 18 Feb 2022 06:45:58 +0100 Subject: [PATCH] Mark Python 3.9 and 3.10 as supported runtime Change-Id: Ibacd900d65166ef1347d4728fa72c683f74742d0 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 6872eac2c..21ba63939 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,8 @@ classifier = 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 keywords = setup