fix some merge typo

This commit is contained in:
Lendemor 2025-01-14 16:30:55 +01:00
parent f0ed4fd555
commit bb86a267b4

View File

@ -34,12 +34,12 @@ jobs:
- os: windows-latest
python-version: "3.11.11"
- os: windows-latest
python-version: '3.10.13'
python-version: "3.10.16"
include:
- os: windows-latest
python-version: "3.11.9"
- os: windows-latest
python-version: '3.10.11'
python-version: "3.10.11"
runs-on: ${{ matrix.os }}
# Service containers to run with `runner-job`
@ -88,7 +88,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# Note: py310, py311 version chosen due to available arm64 darwin builds.
# Note: py310, py311 versions chosen due to available arm64 darwin builds.
python-version: ["3.10.11", "3.11.9", "3.12.8", "3.13.1"]
runs-on: macos-latest
steps: