From c5a040c0fb9d1d9b49efc74b61a36055d2a8e9d8 Mon Sep 17 00:00:00 2001 From: Luke Shingles Date: Tue, 15 Oct 2024 09:12:16 +0100 Subject: [PATCH] Add py3.13 and macos-15 --- .github/workflows/pytest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 7d66c59..683feab 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -18,8 +18,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-14] - python-version: ['3.10', '3.11', '3.12'] + os: [ubuntu-latest, macos-15] + python-version: ['3.10', '3.11', '3.12', '3.13'] env: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python-version }}