Put python3.8 support back in:

- We should create a breaking changes branch to be
  merged only when we are ready to start the next
  major version release cycle for all our
  maintained libraries.
This commit is contained in:
fselmo
2024-11-25 10:24:29 -07:00
committed by felipe
parent c6a24e411c
commit 4be68af0db
4 changed files with 30 additions and 7 deletions

View File

@ -11,7 +11,7 @@ repos:
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py39-plus]
args: [--py38-plus]
- repo: https://github.com/psf/black
rev: 23.9.1
hooks: