Skip to content

Commit

Permalink
Fix up build
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicField committed Oct 4, 2024
1 parent 3b914c9 commit c7e6db7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,17 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
python-version: [3.13.0-rc.3, 3.14.0-alpha.0]
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: ubuntu-latest
python-version: '3.13.0-rc.3'
- os: windows-latest
python-version: '3.13.0-rc.3'
- os: macos-latest
python-version: '3.13.0-rc.3'
- os: ubuntu-latest
python-version: '3.14.0-alpha.0'
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand Down

0 comments on commit c7e6db7

Please sign in to comment.