Merging upstream version 2.5.26.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
036e866a01
commit
70ad6159f9
5 changed files with 22 additions and 21 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -3,11 +3,11 @@ name: main
|
|||
on:
|
||||
push:
|
||||
branches: [main, test-me-*]
|
||||
tags:
|
||||
tags: '*'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
main:
|
||||
uses: asottile/workflows/.github/workflows/tox.yml@v1.0.0
|
||||
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
|
||||
with:
|
||||
env: '["py38", "py39", "py310"]'
|
||||
env: '["py38", "py39", "py310", "py311"]'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue