summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJean Abou-Samra <jean@abou-samra.fr>2022-12-07 22:41:23 +0100
committerGitHub <noreply@github.com>2022-12-07 22:41:23 +0100
commit21fd58575ae2aa17b0811fc2858b2fc2e42f4ea6 (patch)
tree48f27da79883cd25b1367154774b6d089ac013af /.github
parent32f29fe22f39dc0f1b9e1d6f46baed68b014b80b (diff)
downloadpygments-git-21fd58575ae2aa17b0811fc2858b2fc2e42f4ea6.tar.gz
CI: also test Python 3.11 on Windows (#2302)
#2301 eliminated the lxml dependency, which was the problematic point.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 24f53f70..8fea744a 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -12,12 +12,6 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
- # Only run Python 3.11 tests on Ubuntu for now because lxml
- # doesn't provide Windows wheels at the time of this writing
- # (https://bugs.launchpad.net/lxml/+bug/1977998).
- exclude:
- - os: windows-latest
- python-version: "3.11"
max-parallel: 4
steps: