summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-12-13 10:48:27 +0100
committerStefan Behnel <stefan_ml@behnel.de>2022-12-13 10:51:27 +0100
commit0b0b2b9b73fe5c632e6ff5e88d34917620a37016 (patch)
tree75d52139236b63943e90480df6c4c9f79a2d1dfb
parentb848b82e2ffd25d6a59271d4d80c2b3e0c2fdae3 (diff)
downloadpython-lxml-0b0b2b9b73fe5c632e6ff5e88d34917620a37016.tar.gz
Exclude missing Python versions from CI jobs.
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ff604351..c5ec41c3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -54,8 +54,6 @@ jobs:
include:
- os: ubuntu-latest
- python-version: "3.11"
- - os: ubuntu-latest
python-version: "3.9"
env: {STATIC_DEPS: true, WITH_REFNANNY: true}
extra_hash: "-refnanny"
@@ -104,6 +102,11 @@ jobs:
allowed_failure: true # Unicode parsing fails in Py3
exclude:
+ - os: ubuntu-latest
+ python-version: "3.5"
+ - os: ubuntu-latest
+ python-version: "3.6"
+
# Windows sub-jobs
# ==============
- os: windows-2019