From ec07a84d468dd1ce7f85c36ab5470c1307617088 Mon Sep 17 00:00:00 2001 From: leloup314 Date: Wed, 6 Mar 2024 22:46:15 +0100 Subject: [PATCH] MAINT: update testing for Py-versions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 849a05e..2b09277 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,13 +18,13 @@ jobs: # This workflow contains a single job called "build" tests: name: Testing on Python ${{matrix.python-version}} | ${{matrix.sim}} - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: os: [ubuntu-20.04, ubuntu-latest] - python-version: [3.7, 3.8, 3.9] + python-version: [3.7, 3.10, 3.11] # Steps represent a sequence of tasks that will be executed as part of the job steps: