1
0
Fork 0

Merging upstream version 3.4.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 20:45:28 +01:00
parent 0baf3577f1
commit ba12874741
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
11 changed files with 94 additions and 68 deletions

13
.github/workflows/main.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: main
on:
push:
branches: [main, test-me-*]
tags: '*'
pull_request:
jobs:
main:
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
with:
env: '["py38", "py39", "py310", "py311"]'