From 74cecf0572162b9e829e6b669148e0d9dedb7d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Baru=C4=8Di=C4=87?= Date: Wed, 17 Apr 2024 11:14:03 +0200 Subject: [PATCH] Raise minimum supported julia version to 1.6 This is necessary in order to work with LIBLINEAR 2.47 --- .github/workflows/ci.yml | 2 +- Project.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fa22f3..f5dffef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: version: - - '1.3' + - '1.6' - '1' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index f136bbe..908cffd 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "LIBLINEAR" uuid = "2d691ee1-e668-5016-a719-b2531b85e0f5" authors = ["innerlee"] repo = "https://github.com/innerlee/LIBLINEAR.jl.git" -version = "0.6.1" +version = "0.7.0" [deps] Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" @@ -10,7 +10,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" liblinear_jll = "275f1f90-abd2-5ca1-9ad8-abd4e3d66eb7" [compat] -julia = "1.3" +julia = "1.6" liblinear_jll = "~2.47.0" [extras]