Unit tests correction (python version)

This commit is contained in:
Totonyus 2025-11-21 14:47:26 +01:00
parent efe0b467ef
commit a539ada48e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: Install Python 3
uses: actions/setup-python@v3
with:
python-version: 3.9
python-version: 3.12
- name: Install dependencies
run: |