From 29fcf273a76542e0b77cc7f2880c6ad44dbdbb75 Mon Sep 17 00:00:00 2001 From: James Foster <38274066+jd-foster@users.noreply.github.com> Date: Fri, 27 May 2022 13:54:18 +1000 Subject: [PATCH] Update Project.toml Support the 0.9 release (fixes https://github.com/cjdoris/PythonCall.jl/issues/177, for example) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 29d72ee..050eb97 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" VersionParsing = "81def892-9a0e-5fdd-b105-ffc91e053289" [compat] -PythonCall = "0.5, 0.6, 0.7, 0.8" +PythonCall = "0.5, 0.6, 0.7, 0.8, 0.9" CondaPkg = "0.2" julia = "1.6" LaTeXStrings = "1"