From 808deff156a8cfb92599dbcb5f3e61f6561c1aa7 Mon Sep 17 00:00:00 2001 From: Aurora Rossi Date: Wed, 8 Jul 2026 20:14:59 +0200 Subject: [PATCH 1/2] Update min Julia version --- .github/workflows/CI.yml | 2 +- Project.toml | 2 +- test/runtests.jl | 14 ++++++-------- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 505f12c..5542f76 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: version: - - '1.6' + - '1.10' - '1' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index 0997a6a..8e9a517 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ JuMP = "1" JuliaFormatter = "1" MathOptInterface = "1.18" OptimalTransport = "0.3" -julia = "1.6" +julia = "1.10" [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" diff --git a/test/runtests.jl b/test/runtests.jl index fb245da..6a46e91 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -14,14 +14,12 @@ using Test @test format(GraphsOptim; verbose=false, overwrite=false) end - if VERSION >= v"1.9" - @testset "Code quality" begin - Aqua.test_all(GraphsOptim; ambiguities=false) - end - - @testset "Code linting" begin - JET.test_package(GraphsOptim; target_defined_modules=true) - end + @testset "Code quality" begin + Aqua.test_all(GraphsOptim; ambiguities=false) + end + + @testset "Code linting" begin + JET.test_package(GraphsOptim; target_defined_modules=true) end @testset "Doctests" begin From 7fcfa52d52c9a7a98136b1970e4de51d23dc584f Mon Sep 17 00:00:00 2001 From: Aurora Rossi Date: Wed, 8 Jul 2026 20:15:50 +0200 Subject: [PATCH 2/2] Add checkdocs exports option --- docs/make.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/make.jl b/docs/make.jl index bae7761..d932cc2 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -23,6 +23,7 @@ end makedocs(; modules=[GraphsOptim], + checkdocs=:exports, authors="Guillaume Dalle, Aurora Rossi and contributors", sitename="GraphsOptim.jl", format=Documenter.HTML(;