Skip to content

Commit 64d0a92

Browse files
anthonyanthony
authored andcommitted
dump support for julia 1.6^ in favour of 1.10^
1 parent 793c474 commit 64d0a92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
version:
25-
- '1.6'
25+
- '1.10'
2626
- '1' # automatically expands to the latest stable 1.x release of Julia.
2727
os:
2828
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ StatisticalTraits = "3.4"
6262
Statistics = "1"
6363
StatsBase = "0.32, 0.33, 0.34"
6464
Tables = "0.2, 1.0"
65-
julia = "1.6"
65+
julia = "1.10"
6666

6767
[extras]
6868
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

0 commit comments

Comments
 (0)