Skip to content

Commit 355eafc

Browse files
committed
Updated Julia version constraint.
1 parent c908045 commit 355eafc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/CI-JS-older.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- '1.6'
17-
- '1.7'
18-
- '1.8'
16+
- '1.9'
1917
os:
2018
- ubuntu-latest
2119
- macOS-latest

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Statistics = "1"
3939
Suppressor = "0.2"
4040
TensorOperations = "^4.0.5"
4141
Test = "1"
42-
julia = "^1.6"
42+
julia = "^1.9"
4343
libcint_jll = "5"
4444

4545
[extras]

0 commit comments

Comments
 (0)