merge template, fill vars, lint

This commit is contained in:
pacrob
2025-01-25 14:40:18 -07:00
21 changed files with 114 additions and 102 deletions

View File

@ -9,8 +9,8 @@ Summary of approach.
### To-Do
- [ ] Clean up commit history
* [ ] Add entry to the [release notes](https://github.com/libp2p/py-libp2p/blob/main/newsfragments/README.md)
- [ ] Add or update documentation related to these changes
- [ ] Add entry to the [release notes](https://github.com/libp2p/py-libp2p/blob/main/newsfragments/README.md)
#### Cute Animal Picture

View File

@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main
- github-actions
defaults:
@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
toxenv: [core, lint, wheel]
include:
- python: '3.9'
- python: '3.10'
toxenv: docs
fail-fast: false
steps: