test on 3.10 until lxml provides wheels for windows 3.11

looks like neither lxml 4.9.0 nor 4.9.1 provide precompiled wheels for Windows CPython 3.11 so for now continue to run tests on 3.10 until that's the case
This commit is contained in:
Cosimo Lupo 2022-11-03 11:37:59 +00:00
parent b36247de21
commit 99dabeae32
No known key found for this signature in database
GPG Key ID: DF65A8A5A119C9A8

View File

@ -30,7 +30,7 @@ jobs:
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')" if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
strategy: strategy:
matrix: matrix:
python-version: ["3.8", "3.11"] python-version: ["3.8", "3.10"]
platform: [ubuntu-latest, macos-latest, windows-latest] platform: [ubuntu-latest, macos-latest, windows-latest]
exclude: # Only test on the latest supported stable Python on macOS and Windows. exclude: # Only test on the latest supported stable Python on macOS and Windows.
- platform: macos-latest - platform: macos-latest