MilesCranmer commited on
Commit
68a6b0e
2 Parent(s): 6c3fb57 0147c3e

Merge pull request #212 from MilesCranmer/expand-ci-conda-forge

Browse files
.github/workflows/CI_conda_forge.yml CHANGED
@@ -19,7 +19,7 @@ jobs:
19
  strategy:
20
  fail-fast: false
21
  matrix:
22
- python-version: ['3.9']
23
  os: ['ubuntu-latest', 'macos-latest']
24
  use-mamba: [true, false]
25
 
 
19
  strategy:
20
  fail-fast: false
21
  matrix:
22
+ python-version: ['3.8', '3.9', '3.10', '3.11']
23
  os: ['ubuntu-latest', 'macos-latest']
24
  use-mamba: [true, false]
25