From ae365110fd7d5e1d9500d641943c7d2f6a2aaf2c Mon Sep 17 00:00:00 2001 From: FriedrichFroebel Date: Wed, 24 Jul 2024 19:56:57 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fd6e83..c634373 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,8 @@ jobs: gamera: master - python: '3.12' gamera: master + - python: '3.13-dev' + gamera: master runs-on: ubuntu-latest name: Python ${{ matrix.python }} with Gamera ${{ matrix.gamera }} steps: