Skip to content

Commit 48f894d

Browse files
committed
julia 1.3 is the oldest version that can build ZMQ.jl now
1 parent d34f5c8 commit 48f894d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/source/faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ We **strongly** recommend specifying a Python version (in environment.yml, runti
5555
Julia
5656
~~~~~
5757

58-
All Julia versions since Julia 0.7.0 are supported via a :ref:`Project.toml <Project.toml>`
58+
All Julia versions since Julia 1.3 are supported via a :ref:`Project.toml <Project.toml>`
5959
file, and this is the recommended way to install Julia environments.
6060

61-
The older Julia REQUIRE file is no longer supported because required infrastructure has been removed.
61+
Julia < 1.3 and the older Julia REQUIRE file is no longer supported because required infrastructure has been removed.
6262

6363
R
6464
~

tests/julia/project-1.0.2-binder-dir/.binder/Project.toml renamed to tests/julia/project-binder-dir/.binder/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
33

44
[compat]
5-
julia = "=1.0.2"
5+
julia = "=1.3"

tests/julia/project-1.0.2-binder-dir/verify renamed to tests/julia/project-binder-dir/verify

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env julia
22

3-
if VERSION != v"1.0.2"
4-
println("Julia version should be 1.0.2")
3+
if VERSION != v"1.3.1"
4+
println("Julia version should be 1.3.1")
55
exit(1)
66
end
77

0 commit comments

Comments
 (0)