MilesCranmer commited on
Commit
4a510e0
1 Parent(s): 60c3279

Test Julia 1.9

Browse files
.github/workflows/CI.yml CHANGED
@@ -29,8 +29,8 @@ jobs:
29
  shell: bash
30
  strategy:
31
  matrix:
32
- julia-version: ['1.8.2']
33
- python-version: ['3.9']
34
  os: [ubuntu-latest]
35
 
36
  steps:
 
29
  shell: bash
30
  strategy:
31
  matrix:
32
+ julia-version: ['1.9']
33
+ python-version: ['3.10']
34
  os: [ubuntu-latest]
35
 
36
  steps:
.github/workflows/CI_Windows.yml CHANGED
@@ -29,8 +29,8 @@ jobs:
29
  shell: bash
30
  strategy:
31
  matrix:
32
- julia-version: ['1.8.2']
33
- python-version: ['3.9']
34
  os: [windows-latest]
35
 
36
  steps:
 
29
  shell: bash
30
  strategy:
31
  matrix:
32
+ julia-version: ['1.9']
33
+ python-version: ['3.10']
34
  os: [windows-latest]
35
 
36
  steps:
.github/workflows/CI_docker_large_nightly.yml CHANGED
@@ -18,8 +18,8 @@ jobs:
18
  strategy:
19
  fail-fast: false
20
  matrix:
21
- julia-version: ['1.6.7', '1.8.2']
22
- python-version: ['3.10.8']
23
  os: [ubuntu-latest]
24
  arch: ['linux/amd64', 'linux/arm64']
25
 
 
18
  strategy:
19
  fail-fast: false
20
  matrix:
21
+ julia-version: ['1.6', '1.9']
22
+ python-version: ['3.10']
23
  os: [ubuntu-latest]
24
  arch: ['linux/amd64', 'linux/arm64']
25
 
.github/workflows/CI_large_nightly.yml CHANGED
@@ -23,7 +23,7 @@ jobs:
23
  strategy:
24
  fail-fast: false
25
  matrix:
26
- julia-version: ['1.6.7', '1.7.3', '1.8.2']
27
  python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
28
  os: [ubuntu-latest, macos-latest, windows-latest]
29
 
 
23
  strategy:
24
  fail-fast: false
25
  matrix:
26
+ julia-version: ['1.6', '1.8', '1.9']
27
  python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
28
  os: [ubuntu-latest, macos-latest, windows-latest]
29
 
.github/workflows/CI_mac.yml CHANGED
@@ -29,8 +29,8 @@ jobs:
29
  shell: bash
30
  strategy:
31
  matrix:
32
- julia-version: ['1.8.2']
33
- python-version: ['3.9']
34
  os: [macos-latest]
35
 
36
  steps:
 
29
  shell: bash
30
  strategy:
31
  matrix:
32
+ julia-version: ['1.9']
33
+ python-version: ['3.10']
34
  os: [macos-latest]
35
 
36
  steps: