Skip to content

Commit 88e2eaa

Browse files
committed
chore(ci): Deno now requires manylinux_2_28
1 parent 6a43747 commit 88e2eaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ build = "cp39-*"
4343
skip = "*musllinux* *_i686 *-win32"
4444
build-frontend = "build"
4545

46-
manylinux-x86_64-image = "quay.io/pypa/manylinux_2_24_x86_64:latest"
47-
manylinux-aarch64-image = "quay.io/pypa/manylinux_2_24_aarch64:latest"
46+
manylinux-x86_64-image = "quay.io/pypa/manylinux_2_28_x86_64:latest"
47+
manylinux-aarch64-image = "quay.io/pypa/manylinux_2_28_aarch64:latest"
4848

4949
before-build = "curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local sh && deno --version"
5050
test-command = "bids-validator-deno --version"

0 commit comments

Comments
 (0)