From 504002dc0b416ae464cac95b676636e3867a64b9 Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 27 May 2024 15:32:46 +0200 Subject: [PATCH] julia 1.3 is the oldest version that can build ZMQ.jl now --- docs/source/faq.rst | 4 ++-- .../.binder/Project.toml | 2 +- .../Project.toml | 0 .../{project-1.0.2-binder-dir => project-binder-dir}/verify | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename tests/julia/{project-1.0.2-binder-dir => project-binder-dir}/.binder/Project.toml (83%) rename tests/julia/{project-1.0.2-binder-dir => project-binder-dir}/Project.toml (100%) rename tests/julia/{project-1.0.2-binder-dir => project-binder-dir}/verify (100%) diff --git a/docs/source/faq.rst b/docs/source/faq.rst index 042a3ecb6..d643264b8 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -55,10 +55,10 @@ We **strongly** recommend specifying a Python version (in environment.yml, runti Julia ~~~~~ -All Julia versions since Julia 0.7.0 are supported via a :ref:`Project.toml ` +All Julia versions since Julia 1.3 are supported via a :ref:`Project.toml ` file, and this is the recommended way to install Julia environments. -The older Julia REQUIRE file is no longer supported because required infrastructure has been removed. +Julia < 1.3 and the older Julia REQUIRE file is no longer supported because required infrastructure has been removed. R ~ diff --git a/tests/julia/project-1.0.2-binder-dir/.binder/Project.toml b/tests/julia/project-binder-dir/.binder/Project.toml similarity index 83% rename from tests/julia/project-1.0.2-binder-dir/.binder/Project.toml rename to tests/julia/project-binder-dir/.binder/Project.toml index c2e6033b1..1aae75bd3 100644 --- a/tests/julia/project-1.0.2-binder-dir/.binder/Project.toml +++ b/tests/julia/project-binder-dir/.binder/Project.toml @@ -2,4 +2,4 @@ IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d" [compat] -julia = "=1.0.2" +julia = "=1.3" diff --git a/tests/julia/project-1.0.2-binder-dir/Project.toml b/tests/julia/project-binder-dir/Project.toml similarity index 100% rename from tests/julia/project-1.0.2-binder-dir/Project.toml rename to tests/julia/project-binder-dir/Project.toml diff --git a/tests/julia/project-1.0.2-binder-dir/verify b/tests/julia/project-binder-dir/verify similarity index 100% rename from tests/julia/project-1.0.2-binder-dir/verify rename to tests/julia/project-binder-dir/verify