From 7b0ab1a2caf71c002ea337aca28dc4b89978c179 Mon Sep 17 00:00:00 2001 From: Marcel <25705862+Segelzwerg@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:04:52 +0200 Subject: [PATCH] FIX: use minor version only --- .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 4e36dc5e..52fe84b2 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' ] + python-version: [ '3.10', '3.11', '3.12', '3.13' ] runs-on: ${{ matrix.os }}