[ci] undo pytest change, bump ruff runner version

This commit is contained in:
Fabian Joswig 2026-07-27 21:56:13 +02:00
commit 708c623798
2 changed files with 2 additions and 3 deletions

View file

@ -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"