From 17e90873963576d4f6d2112dd7fd3e00725cc42d Mon Sep 17 00:00:00 2001 From: Aaron Batilo Date: Sun, 27 Oct 2024 15:41:47 -0600 Subject: [PATCH] ci: Update test matrix (#77) It's been a long time since I've updated the test matrix. Python 3.8 has been end of lifed for a while. --- .github/workflows/ci.yml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0b1df0..cb746ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] - poetry-version: ["latest", "main", "1.2.2", "1.3.2", "1.4.2", "1.5.1", "1.6.1"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + poetry-version: ["latest", "main", "1.8.4"] os: [ubuntu-22.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/README.md b/README.md index 4c428db..f9bb2b8 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] - poetry-version: ["1.2.2", "1.7.1"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + poetry-version: ["latest", "main", "1.8.4"] os: [ubuntu-22.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: