From bdabf2359e64e81e6069f03a317fd2ab6eb79ac6 Mon Sep 17 00:00:00 2001 From: Anthony Shaw Date: Fri, 11 Oct 2024 07:09:46 +1100 Subject: [PATCH] Use 3.13 GA (#247) --- .github/workflows/dotnet-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-ci.yml b/.github/workflows/dotnet-ci.yml index 3d025b41..fecd38e1 100644 --- a/.github/workflows/dotnet-ci.yml +++ b/.github/workflows/dotnet-ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest, macos-latest] - python: ["3.9", "3.10", "3.11", "3.12", "3.13.0-rc.1"] + python: ["3.9", "3.10", "3.11", "3.12", "3.13"] fail-fast: false runs-on: "${{ matrix.os }}"