From 48ddfd22f719003df2d22b48ea1689894d47fb5b Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Tue, 17 Jun 2025 10:54:21 +0200 Subject: [PATCH] CI: bump python versions to match the new array-api-strict lower bound --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2fab2072..f9c026f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.12", "3.13"] steps: - name: Checkout array-api-tests