mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
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:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user