From 99dabeae326b8c1b14789d11ba0fe64f1946f4fd Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 3 Nov 2022 11:37:59 +0000 Subject: [PATCH] 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 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d2105de0c..49af17325 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')" strategy: matrix: - python-version: ["3.8", "3.11"] + python-version: ["3.8", "3.10"] platform: [ubuntu-latest, macos-latest, windows-latest] exclude: # Only test on the latest supported stable Python on macOS and Windows. - platform: macos-latest