Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
a5d2fe9
1
Parent(s):
5d67608
Switch to testing 3.7 python
Browse files- .github/workflows/CI.yml +1 -1
.github/workflows/CI.yml
CHANGED
@@ -26,7 +26,7 @@ jobs:
|
|
26 |
strategy:
|
27 |
matrix:
|
28 |
julia-version: ['1.5.0', '1.6.1']
|
29 |
-
python-version: ['3.
|
30 |
os: [ubuntu-latest]
|
31 |
|
32 |
steps:
|
|
|
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:
|