From 94789948d543c401ad18d874615d13b5f9e8c84b Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 8 Jan 2024 11:25:32 -0800 Subject: [PATCH] Update python classifier in setup.cfg As per the current release tested runtime, we test till python 3.11 so updating the same in python classifier in setup.cfg Change-Id: Ib1e33784a6258e8e4f72ef9997e551ed3c00c80a --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index a45b9576..15ff2888 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Topic :: Internet :: Name Service (DNS) [files]