From 741dba9e65d7d266fbd83c630a731538c1d60d03 Mon Sep 17 00:00:00 2001 From: Ryan Littlefield Date: Tue, 4 Jun 2024 15:11:41 +0000 Subject: [PATCH] upgrade matrix tests to point to new os 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 e17f634..d9d5e1b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,9 +19,9 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] poetry-version: ["1.8.3"] - os: [ubuntu-18.04, macos-latest, windows-latest] + os: [ubuntu-latest, ubuntu-22.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2