1
0
Fork 0

Adding upstream version 3.0.3.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 21:36:33 +01:00
parent ca00e08dce
commit 2ba952a000
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
31 changed files with 215 additions and 350 deletions

View file

@ -12,12 +12,12 @@ concurrency:
jobs:
main-windows:
uses: asottile/workflows/.github/workflows/tox.yml@v1.2.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.4.0
with:
env: '["py38"]'
os: windows-latest
main-linux:
uses: asottile/workflows/.github/workflows/tox.yml@v1.2.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.4.0
with:
env: '["py38", "py39", "py310"]'
os: ubuntu-latest