From bc4fb3d5a40d27b105a26988b5d4ae5d48348877 Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Sun, 14 Jun 2026 20:56:33 +0300 Subject: [PATCH] chore: restrict optype to <0.18 --- .github/workflows/ci.yml | 2 +- pyproject.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf4a3fae..7b96b148 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: "Main Script" run: | EXTRA_INSTALL="pytest git+https://github.com/inducer/loopy.git \ - git+https://github.com/inducer/sumpy.git optype" + git+https://github.com/inducer/sumpy.git optype<0.18" curl -L -O https://tiker.net/ci-support-v0 . ./ci-support-v0 diff --git a/pyproject.toml b/pyproject.toml index 0881c15a..e909fb76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,8 @@ meshmode = [ test = [ "pytest", "ruff", + # NOTE: 0.18 requires Python 3.12 + "optype<0.18", ] [project.urls]