summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-12-13 16:40:29 +0100
committerStefan Behnel <stefan_ml@behnel.de>2022-12-13 16:40:29 +0100
commitcece238fd608e01cf5f791a7e97b08dd052e0e45 (patch)
tree6bbc19369bfa1945643f40c73a535a30b436a6f7
parent2c2308e96303847c4306ae1aa836542e7a5a786f (diff)
downloadpython-lxml-cece238fd608e01cf5f791a7e97b08dd052e0e45.tar.gz
Add PyPy-3.8 CI target.
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e680c23d..dd1b9ea6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -99,6 +99,10 @@ jobs:
python-version: pypy-3.7
env: { STATIC_DEPS: false }
allowed_failure: true
+ - os: ubuntu-latest
+ python-version: pypy-3.8
+ env: { STATIC_DEPS: false }
+ allowed_failure: true
# MacOS sub-jobs
# ==============