MilesCranmer commited on
Commit
f56fdcb
1 Parent(s): 72959f0

Expand testing to Julia 1.7, python 3.9

Browse files
.github/workflows/CI.yml CHANGED
@@ -25,8 +25,8 @@ jobs:
25
  runs-on: ${{ matrix.os }}
26
  strategy:
27
  matrix:
28
- julia-version: ['1.5.0', '1.6.1']
29
- python-version: ['3.7', '3.8']
30
  os: [ubuntu-latest]
31
 
32
  steps:
 
25
  runs-on: ${{ matrix.os }}
26
  strategy:
27
  matrix:
28
+ julia-version: ['1.5.0', '1.6.1', '1.7.1']
29
+ python-version: ['3.7', '3.8', '3.9']
30
  os: [ubuntu-latest]
31
 
32
  steps:
.github/workflows/CI_Windows.yml CHANGED
@@ -25,8 +25,8 @@ jobs:
25
  runs-on: ${{ matrix.os }}
26
  strategy:
27
  matrix:
28
- julia-version: ['1.6.1']
29
- python-version: ['3.8']
30
  os: [windows-latest]
31
 
32
  steps:
 
25
  runs-on: ${{ matrix.os }}
26
  strategy:
27
  matrix:
28
+ julia-version: ['1.7.1']
29
+ python-version: ['3.9']
30
  os: [windows-latest]
31
 
32
  steps:
.github/workflows/CI_mac.yml CHANGED
@@ -25,8 +25,8 @@ jobs:
25
  runs-on: ${{ matrix.os }}
26
  strategy:
27
  matrix:
28
- julia-version: ['1.6.1']
29
- python-version: ['3.8']
30
  os: [macos-latest]
31
 
32
  steps:
 
25
  runs-on: ${{ matrix.os }}
26
  strategy:
27
  matrix:
28
+ julia-version: ['1.7.1']
29
+ python-version: ['3.9']
30
  os: [macos-latest]
31
 
32
  steps: