fix: update python_requires to support Python 3.9 and above

This commit is contained in:
scito 2025-05-19 08:03:42 +02:00
parent 3040965d79
commit e0dac0fd99
No known key found for this signature in database

View file

@ -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