We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793c474 commit 64d0a92Copy full SHA for 64d0a92
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
fail-fast: false
23
matrix:
24
version:
25
- - '1.6'
+ - '1.10'
26
- '1' # automatically expands to the latest stable 1.x release of Julia.
27
os:
28
- ubuntu-latest
Project.toml
@@ -62,7 +62,7 @@ StatisticalTraits = "3.4"
62
Statistics = "1"
63
StatsBase = "0.32, 0.33, 0.34"
64
Tables = "0.2, 1.0"
65
-julia = "1.6"
+julia = "1.10"
66
67
[extras]
68
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
0 commit comments