From b1ca4bfcfdc4118953b4f7faa863eb96ea63fe8d Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Tue, 8 Oct 2024 12:17:56 -0400 Subject: [PATCH] python 3.13 is released (#128) --- .github/workflows/ci_and_build_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_and_build_release.yml b/.github/workflows/ci_and_build_release.yml index 64c54a0..3907a94 100644 --- a/.github/workflows/ci_and_build_release.yml +++ b/.github/workflows/ci_and_build_release.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, windows-latest, macos-latest ] - python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev' ] + python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ] python-architecture: [ '' ] include: - os: windows-latest