Skip to content

Commit cd4d93d

Browse files
committed
dump support for julia < 1.10
1 parent 042c31d commit cd4d93d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '1.6'
2120
- '1.10'
2221
- '1' # automatically expands to the latest stable 1.x release of Julia.
2322
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ MacroTools = "0.5"
2020
OrderedCollections = "1.6"
2121
PrecompileTools = "1.1"
2222
ScientificTypesBase = "3"
23-
julia = "1.6"
23+
julia = "1.10"

0 commit comments

Comments
 (0)