1
0
Fork 0

Merging upstream version 2.5.26.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 05:33:03 +01:00
parent 036e866a01
commit 70ad6159f9
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
5 changed files with 22 additions and 21 deletions

View file

@ -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"]'