From: Raphael Michel Date: Wed, 22 Jan 2025 15:16:10 +0000 (+0100) Subject: Python 3.13 is not yet ready on github actions X-Git-Tag: 2025.1.0~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e85bba1365276b59589c0de44e79e7765bd1f23;p=thirdparty%2Fpython-drafthorse.git Python 3.13 is not yet ready on github actions --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fd39aa6..29be47f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,6 @@ jobs: python-version: - "3.11" - "3.12" - - "3.13" steps: - uses: actions/checkout@v2 - name: Install Dependencies