google-auth-library-python icon indicating copy to clipboard operation
google-auth-library-python copied to clipboard

Readme conflicts with `setup.py` about Python version support

Open akx opened this issue 1 year ago • 0 comments

The README claims that releases after January 2024 will only support Python 3.8+, but the package is still marked to support Python 3.7+.

Can you clarify what the plans are for dropping Python 3.7 support for good?

Environment details

  • OS: Irrelevant
  • Python version: see below
  • pip version: Irrelevant
  • google-auth version: 2.27 (January 2024) forward

Steps to reproduce

  1. Read the README about Python version support: https://github.com/googleapis/google-auth-library-python?tab=readme-ov-file#supported-python-versions
  2. Read the setup.py about Python version support: https://github.com/googleapis/google-auth-library-python/blob/40b9ed91a6b01948561cfc71edaaabdd7f362f17/setup.py#L64

akx avatar Aug 01 '24 10:08 akx