Spaces:
Sleeping
Sleeping
Commit
·
1728868
1
Parent(s):
53e9e67
Test python 3.8
Browse files- .github/workflows/CI.yml +1 -1
.github/workflows/CI.yml
CHANGED
@@ -24,7 +24,7 @@ jobs:
|
|
24 |
strategy:
|
25 |
matrix:
|
26 |
julia-version: ['1.5.0', '1.6.1']
|
27 |
-
python-version: ['3.6']
|
28 |
os: [ubuntu-latest, windows-latest]
|
29 |
|
30 |
steps:
|
|
|
24 |
strategy:
|
25 |
matrix:
|
26 |
julia-version: ['1.5.0', '1.6.1']
|
27 |
+
python-version: ['3.6', '3.8']
|
28 |
os: [ubuntu-latest, windows-latest]
|
29 |
|
30 |
steps:
|