From 5dfd32deeb3e55cdd004366ad7d380ee14532871 Mon Sep 17 00:00:00 2001 From: Olivier Cots <66357348+ocots@users.noreply.github.com> Date: Thu, 29 Feb 2024 11:45:16 +0100 Subject: [PATCH] add 1.9 and 1.10 --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fd35fae..a0ef4cc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,6 +18,8 @@ jobs: matrix: version: - '1.8' + - '1.9' + - '1.10' os: - ubuntu-latest #- macOS-latest