From dd6f2dbdd64cac4694e6d0bbf7632efa3d558e30 Mon Sep 17 00:00:00 2001 From: Luke Shingles Date: Tue, 15 Oct 2024 09:12:16 +0100 Subject: [PATCH] Update pytest.yml --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 7d66c59..ecf55b7 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-14] - python-version: ['3.10', '3.11', '3.12'] + python-version: ['3.10', '3.11', '3.12', '3.13'] env: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python-version }}