Skip to content

Commit d2cf489

Browse files
Test Python 3.10 (on Julia 1.6)
1 parent 8a98fb4 commit d2cf489

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/system.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@ jobs:
1818
- macos-latest
1919
- windows-latest
2020
architecture: [x64]
21-
python-version: ['2.7', '3.8']
22-
julia-version: ['1.0', '1.5', 'nightly']
21+
python-version: ['2.7', '3.10']
22+
julia-version: ['1.0', '1.6', 'nightly']
2323
include:
2424
- os: windows-latest
2525
architecture: x86
26-
python-version: '3.8'
27-
julia-version: '1.5'
26+
python-version: '3.10'
27+
julia-version: '1.6'
2828
- os: ubuntu-latest
2929
architecture: x64
30-
python-version: '3.7'
31-
julia-version: '1.5'
30+
python-version: '3.10'
31+
julia-version: '1.6'
3232
- os: ubuntu-latest
3333
architecture: x64
34-
python-version: '3.8'
35-
julia-version: '1.4'
34+
python-version: '3.10'
35+
julia-version: '1.6'
3636
- os: ubuntu-latest
3737
architecture: x64
38-
python-version: '3.8'
39-
julia-version: '1.3'
38+
python-version: '3.10'
39+
julia-version: '1.6'
4040
fail-fast: false
4141
name: Test
4242
Julia ${{ matrix.julia-version }}

0 commit comments

Comments
 (0)