From 4238198eea46852d1072f680a1a7654c20458dd8 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 16 Jun 2025 16:00:29 +0200 Subject: [PATCH] Upgrade OS's that it is tested on --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28481a0c..1e901936 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,9 +6,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, windows-2019] - python-version: ["3.13", "3.12", "3.11", "3.10", "3.9", "3.8", "3.7", "3.6"] - environment: ['3.8', '3.13', '3.12', '3.11', '3.10', '3.9', '3.7', '3.6', 'interpreter'] + os: [ubuntu-24.04, windows-2022] + python-version: ["3.13", "3.12", "3.11", "3.10", "3.9", "3.8"] + environment: ['3.8', '3.13', '3.12', '3.11', '3.10', '3.9', 'interpreter'] steps: - name: Checkout code uses: actions/checkout@v4