1
0
Fork 0

Merging upstream version 1.7.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-05 09:29:32 +01:00
parent 9b4cf108f9
commit 49565454d8
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
7 changed files with 235 additions and 148 deletions

View file

@ -21,9 +21,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5.4.0
with:
python-version: '3.x'
- name: Install dependencies