From 8dea5631ea188efe227fa6bcdf02944ddfe2004c Mon Sep 17 00:00:00 2001 From: FriedrichFroebel Date: Wed, 24 Jul 2024 18:16:46 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9096ea1..28ddb4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: - python: '3.10' - python: '3.11' - python: '3.12' + - python: '3.13-dev' runs-on: ubuntu-latest name: Python ${{ matrix.python }} steps: