Make unit test with Python 3.13 on Windows

This commit is contained in:
nicolargo 2025-11-10 11:16:07 +01:00
parent de0b1ef2da
commit 34c3c11725
1 changed files with 2 additions and 6 deletions

View File

@ -58,11 +58,6 @@ jobs:
run: |
python -m pytest ./tests/test_core.py
# Error appear with h11, not related to Glances
# Should be tested if correction is done
# Installed c:\hostedtoolcache\windows\python\3.9.13\x64\lib\site-packages\exceptiongroup-1.2.1-py3.9.egg
# error: h11 0.14.0 is installed but h11<0.13,>=0.11 is required by {'httpcore'}
# Error: Process completed with exit code 1.
test-windows:
needs: source-code-checks
@ -71,7 +66,8 @@ jobs:
strategy:
matrix:
# Windows-curses not available for Python 3.14 for the moment
python-version: ["3.14"]
# See https://github.com/zephyrproject-rtos/windows-curses/issues/76
python-version: ["3.13"]
steps:
- uses: actions/checkout@v5