Skip to content

Commit

Permalink
Update Python versions; reduce CI matrix (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf authored Nov 17, 2021
1 parent b063eb1 commit 49472c1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49472c1

Please sign in to comment.