diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e57fe8d..5a2bf9be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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