From 73df50e3dc656e2def238ec12088d00915cdfba8 Mon Sep 17 00:00:00 2001 From: Erik Wrede Date: Fri, 18 Oct 2024 13:40:31 +0200 Subject: [PATCH] housekeeping: switch 3.13 to non-dev --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7d9a9f88..5691ac22 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: include: - - {name: '3.13', python: '3.13-dev', os: ubuntu-latest, tox: py313} + - {name: '3.13', python: '3.13', os: ubuntu-latest, tox: py313} - {name: '3.12', python: '3.12', os: ubuntu-latest, tox: py312} - {name: '3.11', python: '3.11', os: ubuntu-latest, tox: py311} - {name: '3.10', python: '3.10', os: ubuntu-latest, tox: py310}