summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
author0dminnimda <0dminnimda@gmail.com>2023-03-05 12:56:46 +0300
committerGitHub <noreply@github.com>2023-03-05 10:56:46 +0100
commite552cfb779dd69d784823d070a8aaf29547796d6 (patch)
treeeea47e03a436b7b40ca5481876af341900fc5c25 /.github
parent761ae4fb151e3d74e470a8c315cfa7fd4522aa46 (diff)
downloadcython-e552cfb779dd69d784823d070a8aaf29547796d6.tar.gz
Allow 3.12-dev in limited-api to fail (GH-5294)
Fixes CI failure due to a NumPy incompatibility
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a31425b96..58a4e0cfa 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -124,6 +124,7 @@ jobs:
extra_hash: "-limited_api"
- os: ubuntu-18.04
python-version: "3.12-dev"
+ allowed_failure: true
backend: "c,cpp"
env: { LIMITED_API: "--limited-api", EXCLUDE: "--no-file" }
extra_hash: "-limited_api"