From e72d1e37ea05810cc39b595508fc37655c21ff54 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Mon, 6 May 2024 17:42:09 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"=E2=9C=94=20Test=20on=20Python=203.13?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 0d5c6d5a6230bbd989a92d2ca45b7019d82bf9c7. --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b53ba8..f049c2c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ] + python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] runs-on: "ubuntu-latest" @@ -34,7 +34,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - allow-prereleases: true - name: Checkout uses: actions/checkout@v3