Skip to content

Commit d03efd1

Browse files
authored
Require at least Julia 1.6.6, 1.7.3 (#67)
* Require at least Julia 1.6.6 This is the first Julia version that can handle nested `addenv` calls on Windows (for #64). * Update Project.toml
1 parent 1201aed commit d03efd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ OpenSSH_jll = "9bd350c2-7e96-507f-8002-3f2e150b4e1b"
1212
Git_jll = "2.44"
1313
JLLWrappers = "1.1"
1414
OpenSSH_jll = "9, 10"
15-
julia = "1.6"
15+
julia = "~1.6.6, 1.7.3"
1616

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

0 commit comments

Comments
 (0)