From 10bfd070d92450ca7577ecd723bb0da9923bd817 Mon Sep 17 00:00:00 2001 From: "Fabian H." <73600109+teutoburg@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:04:10 +0100 Subject: [PATCH] Update Python versions in webtests Continuation of #80, this was always meant to only test a minimal matrix to avoid getting rate-limited by external services such as SVO. --- .github/workflows/webtests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/webtests.yml b/.github/workflows/webtests.yml index 7c7194d..77f9d39 100644 --- a/.github/workflows/webtests.yml +++ b/.github/workflows/webtests.yml @@ -20,12 +20,12 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.10', '3.12', '3.13'] + python-version: ['3.10', '3.14'] experimental: [false] - include: - - os: ubuntu-latest - python-version: '3.14' - experimental: true + # include: + # - os: ubuntu-latest + # python-version: '3.14' + # experimental: true steps: - uses: actions/checkout@v6