We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c908045 commit 355eafcCopy full SHA for 355eafc
.github/workflows/CI-JS-older.yml
@@ -13,9 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
version:
16
- - '1.6'
17
- - '1.7'
18
- - '1.8'
+ - '1.9'
19
os:
20
- ubuntu-latest
21
- macOS-latest
Project.toml
@@ -39,7 +39,7 @@ Statistics = "1"
39
Suppressor = "0.2"
40
TensorOperations = "^4.0.5"
41
Test = "1"
42
-julia = "^1.6"
+julia = "^1.9"
43
libcint_jll = "5"
44
45
[extras]
0 commit comments