From 6346e4e79fde60e0fa6c19935c32fcf1805caeca Mon Sep 17 00:00:00 2001 From: stefan6419846 <96178532+stefan6419846@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:51:16 +0100 Subject: [PATCH] test against regular Python 3.13 releases --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24555e6..d528d67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: main: strategy: matrix: - python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev'] + python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] runs-on: ubuntu-latest name: Python ${{ matrix.python }} steps: