summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2023-03-26 14:37:52 +0200
committerStefan Behnel <stefan_ml@behnel.de>2023-03-26 14:37:52 +0200
commit0919a045264f88a86f0aa8af289d1e68ad023c04 (patch)
treebfd0cb0cbbd03953f877be300db20546c3a294fd
parent331f58a186bc52775c5e9a1ec54b93f9547f6b0a (diff)
downloadpython-lxml-0919a045264f88a86f0aa8af289d1e68ad023c04.tar.gz
Exclude Py2.7 wheel on Windows since we don't have a windows-2016 build runner for it on GHA, it seems.
-rw-r--r--.github/workflows/wheels.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index 29d31f9c..2f6b59a2 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -144,13 +144,12 @@ jobs:
matrix:
os: [macos-latest, windows-2019]
#os: [macos-10.15, windows-latest]
- #os: [macos-10.15, macOS-M1]
#os: [macos-10.15]
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8-v7.3.7", "pypy-3.9-v7.3.9"]
- include:
- - os: windows-2016
- python-version: 2.7
+ #include:
+ # - os: windows-2016
+ # python-version: 2.7
exclude:
- os: windows-2019
python-version: 2.7 # needs older image