From 5bc66efad346a2216335898ac985c1493975d5eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 20 Dec 2025 15:07:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Add=20CI=20tests=20for=20Python?= =?UTF-8?q?=203.9=20with=20coverage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3400cff95..545e7758d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,10 +45,15 @@ jobs: os: [ windows-latest, macos-latest ] python-version: [ "3.14" ] include: + - os: ubuntu-latest + python-version: "3.9" + coverage: coverage - os: macos-latest python-version: "3.10" + coverage: coverage - os: ubuntu-latest python-version: "3.12" + coverage: coverage - os: windows-latest python-version: "3.13" coverage: coverage