github(tests): use python 3.12 to run unit tests/coverage

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-21 17:19:10 -07:00
parent 802af28888
commit 13890fa021
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ jobs:
version: "latest"
- name: Set up Python
run: uv python install 3.10
run: uv python install 3.12
- name: Install system packages
run: |

View File

@@ -29,7 +29,7 @@ jobs:
version: "latest"
- name: Set up Python
run: uv python install 3.10
run: uv python install 3.12
- name: Install system packages
run: |