Skip to content

Commit

Permalink
texttest is not ready for 3.13 yet #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Dec 21, 2024
1 parent 876515c commit 9c43cca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/macos-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
fail-fast: false
matrix:
os: [macos-13, macos-14]
python_version: [3.8, 3.9, '3.10', 3.11, 3.12]
exclude:
- os: macos-14
python_version: ['3.10', 3.11, 3.12, 3.13]
include:
- os: macos-13
python_version: 3.8
- os: macos-14
- os: macos-13
python_version: 3.9

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-13, macos-14, macos-15]
python_version: ['3.10', 3.11, 3.12, 3.13]
python_version: ['3.10', 3.11, 3.12]
include:
- os: macos-13
python_version: 3.9
Expand Down

0 comments on commit 9c43cca

Please sign in to comment.