From 91d2ed5c9ede93f0742596f5ad130bfdcd0968b2 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 1 Mar 2023 09:21:58 +0100 Subject: Add more recent Limited-API CI builds (Py3.11/3.12). --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4267fc77e..a31425b96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,6 +117,16 @@ jobs: backend: "c,cpp" env: { LIMITED_API: "--limited-api", EXCLUDE: "--no-file" } extra_hash: "-limited_api" + - os: ubuntu-18.04 + python-version: "3.11" + backend: "c,cpp" + env: { LIMITED_API: "--limited-api", EXCLUDE: "--no-file" } + extra_hash: "-limited_api" + - os: ubuntu-18.04 + python-version: "3.12-dev" + backend: "c,cpp" + env: { LIMITED_API: "--limited-api", EXCLUDE: "--no-file" } + extra_hash: "-limited_api" # Type specs - os: ubuntu-18.04 python-version: 3.9 -- cgit v1.2.1