drop py38 from CI

This commit is contained in:
pacrob
2025-01-25 15:30:59 -07:00
committed by Paul Robinson
parent fe43b84a7d
commit 20580b9a4e
4 changed files with 9 additions and 11 deletions

View File

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