Skip to content

Commit a5c25c0

Browse files
committed
drop REPL compat as unsupported by Julia 1.6
1 parent 8b94234 commit a5c25c0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
matrix:
1919
version:
2020
- '1.6'
21+
- '1.10'
2122
- '1'
2223
os:
2324
- ubuntu-latest

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ version = "3.4.0"
77
ScientificTypesBase = "30f210dd-8aff-4c5f-94ba-8e64358c1161"
88

99
[compat]
10-
REPL = "1.11.0"
1110
ScientificTypesBase = "1, 2, 3"
1211
julia = "1.6"
1312

0 commit comments

Comments
 (0)