GitHub CI: Disable latest Python tests on macOS

Related #2892
This commit is contained in:
MattHag 2025-06-09 13:40:50 +02:00 committed by Peter F. Patel-Schneider
parent 3f24d52f7a
commit 001dce7ef5
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: [3.8, 3.13] python-version: [3.8]
fail-fast: false fail-fast: false
steps: steps: