From e0dac0fd99b349a47a016495f3d49e32f41e5403 Mon Sep 17 00:00:00 2001 From: scito Date: Mon, 19 May 2025 08:03:42 +0200 Subject: [PATCH] fix: update python_requires to support Python 3.9 and above --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3d6505b..ba92db1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = extract_otp_secrets [options] -python_requires = >=3.8, <4 +python_requires = >=3.9, <4 py_modules = extract_otp_secrets, protobuf_generated_python.google_auth_pb2 package_dir = =src