We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846f33a commit bedad10Copy full SHA for bedad10
2 files changed
.github/workflows/CI.yml
@@ -20,6 +20,7 @@ jobs:
20
version:
21
- '1.7'
22
- '1.8'
23
+ - '~1.9.0-0'
24
- 'nightly'
25
os:
26
- ubuntu-latest
Project.toml
@@ -40,7 +40,7 @@ Plots = "1.37.2"
40
ProgressMeter = "1"
41
RCall = "0.13.14"
42
StatsBase = "0.33"
43
-julia = "1.7, 1.8"
+julia = "1.7, 1.8, 1.9"
44
45
[extras]
46
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments