Skip to content

Commit 74c9df5

Browse files
committed
Require a minimum of Julia 1.3
For `findfirst(::Char, ::AbstractString)`.
1 parent f2a5ae4 commit 74c9df5

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
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- '1.0'
13+
- '1.3'
1414
- '1.6'
1515
- 'nightly'
1616
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Tim Holy <[email protected]> and contributors"]
44
version = "0.1.0"
55

66
[compat]
7-
julia = "1"
7+
julia = "1.3"
88

99
[extras]
1010
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)