1
0
Fork 0

Merging upstream version 1.13.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 17:11:21 +01:00
parent 42793cd525
commit 3df609c05e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
358 changed files with 22553 additions and 11848 deletions

View file

@ -36,7 +36,7 @@ jobs:
run: |
python3 -m venv venv
. venv/bin/activate
pip install pip==21.1
pip install pip
pip install poetry
poetry install
python -c "import sys; print(sys.version)"