From 9805821ff054a60d2714ab182f458dfc245cd735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Sat, 30 Aug 2025 07:27:33 +0200 Subject: [PATCH] Bump julia to v1.10 --- .github/workflows/ci.yml | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d0dfb2..969fbe0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - version: '1' os: ubuntu-latest arch: x64 - - version: '1.6' + - version: '1.10' os: ubuntu-latest arch: x64 - version: '1' diff --git a/Project.toml b/Project.toml index 80098de..938b1a5 100644 --- a/Project.toml +++ b/Project.toml @@ -17,4 +17,4 @@ MacroTools = "0.5" MultivariatePolynomials = "0.5.8" MutableArithmetics = "1" Reexport = "1" -julia = "1.6" +julia = "1.10"