summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-12-27 09:45:35 +0100
committerStefan Behnel <stefan_ml@behnel.de>2022-12-27 09:45:35 +0100
commit3b7e43d0ef95c0c14501bdb357eb56da92251864 (patch)
treec6504a0307c28b66126c2ed81bd4d8fbc7d21bc3
parent170e9ea86ec9b37c922a65956e13bb216f6b9682 (diff)
downloadpython-lxml-3b7e43d0ef95c0c14501bdb357eb56da92251864.tar.gz
Allow 3.12 CI jobs to fail since they run into a refcounting test failure that needs further investigation.
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7884bca0..65d873c3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -57,6 +57,9 @@ jobs:
# python-version: 2.7
# env: { STATIC_DEPS: true } # always static
+ - python-version: "3.12-dev"
+ allowed_failure: true
+
- os: ubuntu-latest
python-version: "3.9"
env: {STATIC_DEPS: true, WITH_REFNANNY: true}