diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c66305..ad4b72d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,14 +12,17 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - julia-version: ['1.6', '1.0'] - python-version: ['3.7', '3.8'] + julia-version: ['1.6'] + python-version: ['3.9', '3.10'] ipython-dep-name: ['ipython'] include: - - python-version: '3.8' + - python-version: '3.10' + julia-version: '1.0' + ipython-dep-name: 'ipython' + - python-version: '3.10' julia-version: '1.6' ipython-dep-name: 'ipython-pre' - - python-version: '3.8' + - python-version: '3.10' julia-version: '1.6' ipython-dep-name: 'ipython-dev' fail-fast: false