diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ea49d2e..4679bfd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,27 +12,20 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest ] - python-version: [ "3.8", "3.9", "3.10", "3.11" ] - numpy-version: [ "1.20", "1.21", "1.22", "1.23", "1.24", "1.25", "1.26" ] + python-version: [ "3.9", "3.10", "3.11", "3.12" ] + numpy-version: [ "1.22", "1.23", "1.24", "1.25", "1.26", "2.0" ] exclude: - - python-version: "3.8" - numpy-version: "1.25" - os: ubuntu-latest - - python-version: "3.8" - numpy-version: "1.26" - os: ubuntu-latest - - python-version: "3.10" - numpy-version: "1.20" + - python-version: "3.12" + numpy-version: "1.22" os: ubuntu-latest - - python-version: "3.11" - numpy-version: "1.20" + - python-version: "3.12" + numpy-version: "1.23" os: ubuntu-latest - - python-version: "3.11" - numpy-version: "1.21" + - python-version: "3.12" + numpy-version: "1.24" os: ubuntu-latest - include: - python-version: "3.12" - numpy-version: "1.26" + numpy-version: "1.25" os: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -79,18 +72,20 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest ] - python-version: [ "3.8", "3.9", "3.10", "3.11" ] - numpy-version: [ "1.22", "1.23", "1.24", "1.25", "1.26" ] + python-version: [ "3.9", "3.10", "3.11", "3.12" ] + numpy-version: [ "1.22", "1.23", "1.24", "1.25", "1.26", "2.0" ] exclude: - - python-version: "3.8" - numpy-version: "1.25" + - python-version: "3.12" + numpy-version: "1.22" + os: ubuntu-latest + - python-version: "3.12" + numpy-version: "1.23" os: ubuntu-latest - - python-version: "3.8" - numpy-version: "1.26" + - python-version: "3.12" + numpy-version: "1.24" os: ubuntu-latest - include: - python-version: "3.12" - numpy-version: "1.26" + numpy-version: "1.25" os: ubuntu-latest steps: - uses: actions/checkout@v2