From: Raphael Michel Date: Wed, 22 Jan 2025 10:56:29 +0000 (+0100) Subject: Update Python versions for CI X-Git-Tag: 2025.1.0~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ebfe712cccf2b2965fb7523b586b0ce36bef9ae;p=thirdparty%2Fpython-drafthorse.git Update Python versions for CI --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5a5c3bc..fd39aa6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,9 +13,9 @@ jobs: strategy: matrix: python-version: - - "3.8" - - "3.9" - - "3.10" + - "3.11" + - "3.12" + - "3.13" steps: - uses: actions/checkout@v2 - name: Install Dependencies