From a047a2698214e3e0381ded8e12e4db9c4c8594fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marta=20G=C3=B3mez=20Mac=C3=ADas?= Date: Fri, 21 Feb 2025 12:03:40 +0100 Subject: [PATCH] Update testing.yaml --- .github/workflows/testing.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 8a26ca5..efef044 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -5,10 +5,10 @@ on: [push] jobs: build: - runs-on: ['linux', 'x64'] + runs-on: 'ubuntu-latest' strategy: matrix: - python-version: ['3.7.17', '3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@v3