drop py38, add py13, add 2024 to license

This commit is contained in:
pacrob
2024-11-21 14:50:53 -07:00
committed by Paul Robinson
parent 224044874e
commit 6a927ac1e7
6 changed files with 43 additions and 29 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: