From 1e92e765c76f0a567e5cd9c183200b8081a03386 Mon Sep 17 00:00:00 2001 From: Yuichi Motoyama Date: Fri, 5 Jul 2024 11:34:36 +0900 Subject: [PATCH] test on more recent envs --- .github/workflows/ci_dcorelib.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_dcorelib.yml b/.github/workflows/ci_dcorelib.yml index 3a350883..aea26cf9 100644 --- a/.github/workflows/ci_dcorelib.yml +++ b/.github/workflows/ci_dcorelib.yml @@ -3,7 +3,7 @@ on: [push, pull_request] jobs: build: name: | - ${{ matrix.os }}, numpy==${{ matrix.numpy }}, scipy==${{ matrix.scipy }} + ${{ matrix.os }}, python==${{ matrix.python }}, numpy==${{ matrix.numpy }}, scipy==${{ matrix.scipy }} runs-on: ${{ matrix.os }} strategy: matrix: @@ -12,6 +12,14 @@ jobs: numpy: 1.24 scipy: 1.6 python: 3.8 + - os: ubuntu-latest + numpy: 1.24 + scipy: 1.6 + python: 3.11 + - os: ubuntu-latest + numpy: 2.0 + scipy: 1.14 + python: 3.12 #- os: ubuntu-latest #numpy: auto #scipy: auto