From f606b84cc4c32b70adf7c1a0a9dafcd5373ea4eb Mon Sep 17 00:00:00 2001 From: Marcel <25705862+Segelzwerg@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:01:58 +0200 Subject: [PATCH] BUMP: release version --- .github/workflows/python-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 7e70b7ff..4e36dc5e 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest ] - python-version: [ '3.10', '3.11', '3.12', '3.13.0-rc.3' ] + python-version: [ '3.10', '3.11', '3.12', '3.13.0' ] runs-on: ${{ matrix.os }}