Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
62ecf50
1
Parent(s):
b96e8d3
Add Python 3.12 to test suite
Browse files- .github/workflows/CI.yml +4 -0
.github/workflows/CI.yml
CHANGED
@@ -38,6 +38,10 @@ jobs:
|
|
38 |
python-version: '3.7'
|
39 |
os: ubuntu-latest
|
40 |
test-id: include
|
|
|
|
|
|
|
|
|
41 |
|
42 |
steps:
|
43 |
- uses: actions/checkout@v4
|
|
|
38 |
python-version: '3.7'
|
39 |
os: ubuntu-latest
|
40 |
test-id: include
|
41 |
+
- julia-version: '1'
|
42 |
+
python-version: '3.12'
|
43 |
+
os: ubuntu-latest
|
44 |
+
test-id: include
|
45 |
|
46 |
steps:
|
47 |
- uses: actions/checkout@v4
|