From d6beb6785d7ba11857af4b8bb73224424dda32fc Mon Sep 17 00:00:00 2001 From: Olof Kindgren Date: Wed, 22 Jan 2025 20:36:47 +0100 Subject: [PATCH] Update GH action to use available Python versions in ubuntu-latest (24.04) --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 951d7b415..86f4058c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,11 +37,10 @@ jobs: #- { icon: 🍎, name: macos } #- { icon: 🧊, name: windows } pyver: - - '3.7' - - '3.8' - '3.9' - '3.10' - '3.11' + - '3.12' runs-on: ${{ matrix.os.name }}-latest name: ${{ matrix.os.icon }} ${{ matrix.os.name }} | ${{ matrix.pyver }} steps: