From 4deb459391e8d42a95c1d768e70e1d6a9f6cf69f Mon Sep 17 00:00:00 2001 From: Chiara Marmo Date: Sun, 7 Jan 2024 16:10:07 +0100 Subject: [PATCH] Update python versions in CI. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1af5e7a5..fd1be4ed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [Ubuntu] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] sphinx-version: [ "sphinx==5.0", @@ -76,7 +76,7 @@ jobs: strategy: matrix: os: [ubuntu] - python-version: ["3.9", "3.10"] + python-version: ["3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4