From 31cd4761ceddfd3755f0f8912fcc7bd9dd829721 Mon Sep 17 00:00:00 2001 From: Mark Litwintschik Date: Mon, 2 Dec 2024 15:09:53 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a368421..33f93fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,9 @@ jobs: - '3.10' - '3.11' - '3.12' - + - '3.13' + - '3.14.0-alpha.2' + steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}