1
0
Fork 0

Adding upstream version 1.14.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 17:23:13 +01:00
parent 1ff56e1f8f
commit 21766b4ffa
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
24 changed files with 55 additions and 96 deletions

View file

@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.8
architecture: 'x64'
- name: Cache venv
uses: actions/cache@v1
@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.8
architecture: 'x64'
- name: Cache venv
uses: actions/cache@v1