Skip to content

Commit 1e4a97f

Browse files
authored
Update Julia and Python versions in CI (#932)
1 parent f83a11f commit 1e4a97f

File tree

3 files changed

+19
-16
lines changed

3 files changed

+19
-16
lines changed

.github/workflows/aot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
os:
1717
- ubuntu-latest
1818
architecture: [x64]
19-
python-version: ['3.8']
19+
python-version: ['3.10']
2020
julia-version:
21-
- '1.5'
21+
- '1'
2222
- '~1.7.0-rc1'
2323
# - 'nightly' # TODO: reenable
2424
fail-fast: false

.github/workflows/conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- macos-latest
1919
- windows-latest
2020
architecture: [x64]
21-
julia-version: ['1.5']
21+
julia-version: ['1']
2222
include:
2323
- os: windows-latest
2424
architecture: x86
25-
julia-version: '1.5'
25+
julia-version: '1'
2626
fail-fast: false
2727
env:
2828
PYTHON: ""

.github/workflows/system.yml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,37 +18,40 @@ jobs:
1818
- macos-latest
1919
- windows-latest
2020
architecture: [x64]
21-
python-version: ['3.8']
22-
julia-version: ['1.0', '1.5', 'nightly']
21+
python-version: ['3.10']
22+
julia-version:
23+
- '1.0'
24+
- '1'
25+
- 'nightly'
2326
include:
2427
# 32 bit Windows:
2528
- os: windows-latest
2629
architecture: x86
27-
python-version: '3.8'
30+
python-version: '3.9' # 3.10 not available yet?
2831
julia-version: '1.5'
29-
# Sweep julia-version only on Ubuntu:
32+
# Sweep python-version and julia-version only on Ubuntu:
3033
- os: ubuntu-latest
3134
architecture: x64
32-
python-version: '3.7'
33-
julia-version: '1.5'
35+
python-version: '3.9'
36+
julia-version: '1'
3437
- os: ubuntu-latest
3538
architecture: x64
36-
python-version: '3.8'
37-
julia-version: '1.4'
39+
python-version: '3.10'
40+
julia-version: '1.5'
3841
- os: ubuntu-latest
3942
architecture: x64
40-
python-version: '3.8'
41-
julia-version: '1.3'
43+
python-version: '3.10'
44+
julia-version: '1.4'
4245
# Test Python 2.7 only with a few combinations (TODO: drop 2.7).
4346
# Note that it does not work in macOS:
4447
- os: ubuntu-latest
4548
architecture: x64
4649
python-version: '2.7'
47-
julia-version: '1.5'
50+
julia-version: '1'
4851
- os: windows-latest
4952
architecture: x64
5053
python-version: '2.7'
51-
julia-version: '1.5'
54+
julia-version: '1'
5255
fail-fast: false
5356
name: Test
5457
Julia ${{ matrix.julia-version }}

0 commit comments

Comments
 (0)