From 411d6e726094b60b503b071e70255f0cadc61737 Mon Sep 17 00:00:00 2001 From: Nathan O'Sullivan Date: Wed, 12 Feb 2025 10:58:20 +1000 Subject: [PATCH] ci: add python-3.12 and python-3.13 to test matrix --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 5e1f20b1..fc609be8 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - python: [ "3.8", "3.9", "3.10", "3.11" ] + python: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ] os: [ ubuntu-latest, macos-latest, windows-latest ] runs-on: ${{ matrix.os }} steps: