From 07416678a0cda6279b7fddc6fdf5f05a747ffcd7 Mon Sep 17 00:00:00 2001 From: scito Date: Wed, 29 May 2024 22:11:25 +0200 Subject: [PATCH] lift python requirement to 3.8 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a879cca..3d6505b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = extract_otp_secrets [options] -python_requires = >=3.7, <4 +python_requires = >=3.8, <4 py_modules = extract_otp_secrets, protobuf_generated_python.google_auth_pb2 package_dir = =src