MilesCranmer commited on
Commit
bcf3dff
1 Parent(s): 83a2950

Bump python version in conda test as well

Browse files
Files changed (1) hide show
  1. .github/workflows/CI.yml +1 -1
.github/workflows/CI.yml CHANGED
@@ -104,7 +104,7 @@ jobs:
104
  shell: bash -l {0}
105
  strategy:
106
  matrix:
107
- python-version: ['3.9']
108
  os: ['ubuntu-latest']
109
 
110
  steps:
 
104
  shell: bash -l {0}
105
  strategy:
106
  matrix:
107
+ python-version: ['3.11']
108
  os: ['ubuntu-latest']
109
 
110
  steps: