From c90589a0899f033619ed6801bc868acc3c194c02 Mon Sep 17 00:00:00 2001 From: Malte Date: Sat, 2 Nov 2024 19:36:19 +0100 Subject: [PATCH] dropping python 3.13 support from github workflow --- .github/workflows/test.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a3c332c..e94424b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,11 +32,15 @@ jobs: - os: ubuntu-latest python: "3.12" - os: ubuntu-latest - python: "3.13" - - os: ubuntu-latest - python: "3.13" + python: "3.12" pip-flags: "--pre" name: PRE-RELEASE DEPENDENCIES + # - os: ubuntu-latest + # python: "3.13" + # - os: ubuntu-latest + # python: "3.13" + # pip-flags: "--pre" + # name: PRE-RELEASE DEPENDENCIES name: ${{ matrix.name }} Python ${{ matrix.python }}