Skip to content

Commit b17b5c3

Browse files
alexfiklinducer
authored andcommitted
chore: restrict optype to <0.18
1 parent bfee6b8 commit b17b5c3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: "Main Script"
3030
run: |
3131
EXTRA_INSTALL="pytest git+https://github.com/inducer/loopy.git \
32-
git+https://github.com/inducer/sumpy.git optype"
32+
git+https://github.com/inducer/sumpy.git optype<0.18"
3333
curl -L -O https://tiker.net/ci-support-v0
3434
. ./ci-support-v0
3535

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ meshmode = [
5353
test = [
5454
"pytest",
5555
"ruff",
56+
# NOTE: 0.18 requires Python 3.12
57+
"optype<0.18",
5658
]
5759

5860
[project.urls]

0 commit comments

Comments
 (0)