lift python requirement to 3.8

This commit is contained in:
scito
2024-05-29 22:11:25 +02:00
committed by Roland Kurmann
parent e4d0bb418d
commit 07416678a0

View File

@@ -2,7 +2,7 @@
name = extract_otp_secrets name = extract_otp_secrets
[options] [options]
python_requires = >=3.7, <4 python_requires = >=3.8, <4
py_modules = extract_otp_secrets, protobuf_generated_python.google_auth_pb2 py_modules = extract_otp_secrets, protobuf_generated_python.google_auth_pb2
package_dir = package_dir =
=src =src