chore: drop Python 3.8 support as it has reached EOL (#338)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
J. Nick Koston
2025-01-07 09:22:28 -10:00
committed by GitHub
parent 471e680354
commit 42a786b23f
20 changed files with 471 additions and 456 deletions

View File

@@ -36,7 +36,7 @@ repos:
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py37-plus]
args: [--py39-plus]
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks: