mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
merge template, fill vars, lint
This commit is contained in:
4
.github/pull_request_template.md
vendored
4
.github/pull_request_template.md
vendored
@ -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
|
||||
|
||||
|
||||
6
.github/workflows/tox.yml
vendored
6
.github/workflows/tox.yml
vendored
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user