From 8c3a367294325b0cc231cbedec9e49cb87c8a394 Mon Sep 17 00:00:00 2001 From: thautwarm Date: Thu, 19 Oct 2023 14:56:07 +0800 Subject: [PATCH] requires Julia > 1.6 --- TyPython/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TyPython/Project.toml b/TyPython/Project.toml index 378846c..0481806 100644 --- a/TyPython/Project.toml +++ b/TyPython/Project.toml @@ -13,7 +13,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] IOCapture = "0.2" -julia = "1" +julia = "1.6" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"