Merge branch 'main' into mig/prepare-2.6.3

This commit is contained in:
Miguel Jacq 2025-02-15 20:12:29 +11:00
commit 202f1dc985
No known key found for this signature in database
GPG key ID: 59B3F0C24135C6A9
19 changed files with 245 additions and 142 deletions

View file

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
- name: Install dependencies
run: |
sudo apt-get update
@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.10"
- name: Install dependencies
run: |
sudo apt-get update