From 708c6237981649c8746e502ed2374f23fad1a702 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Mon, 27 Jul 2026 21:56:13 +0200 Subject: [PATCH] [ci] undo pytest change, bump ruff runner version --- .github/workflows/pytest.yml | 3 +-- .github/workflows/ruff.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 55f9281e..86a05519 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -13,12 +13,11 @@ on: jobs: pytest: runs-on: ${{ matrix.os }} - continue-on-error: ${{ matrix.python-version == '3.14t' }} strategy: fail-fast: false matrix: os: [ubuntu-latest] - python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] include: - os: macos-latest python-version: "3.12" diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index c4d5d7f1..34e97a0b 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: astral-sh/ruff-action@v3 + - uses: astral-sh/ruff-action@v4 with: src: "./pyerrors"