From d8ec4e45bad118e131f20e913460edfded5f2590 Mon Sep 17 00:00:00 2001 From: Elias Sadek Date: Fri, 12 Apr 2024 09:12:00 +0100 Subject: [PATCH] change versions --- .github/workflows/ci-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 74baec3d..1adefb1f 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -39,14 +39,14 @@ jobs: session: ["doctest", "gallery", "linkcheck"] include: - os: "ubuntu-latest" - python-version: "3.12" + python-version: "3.11" session: "tests" coverage: "--coverage" - os: "ubuntu-latest" - python-version: "3.11" + python-version: "3.10" session: "tests" - os: "ubuntu-latest" - python-version: "3.10" + python-version: "3.9" session: "tests" env: