From 97ebe2c74d529b6c8fb74bc45dfa17a752268e17 Mon Sep 17 00:00:00 2001 From: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:26:51 +0000 Subject: [PATCH] update --- .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 d611d2784..ab52b6ccb 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -34,7 +34,7 @@ jobs: pytest-windows: strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13.0-rc.2"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13.0"] os: [windows-latest] runs-on: ${{ matrix.os }} @@ -61,7 +61,7 @@ jobs: pytest-coverage: strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13.0-rc.2"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13.0"] os: [ubuntu-latest] runs-on: ${{ matrix.os }}