Skip to content

Commit

Permalink
Tweak CI matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Feb 5, 2024
1 parent 0962348 commit b75d4ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
needs: pretest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev" ]
macOS-version: [
# x86_64 runners
"macos-11", "macos-12", "macos-13",
Expand All @@ -67,10 +67,10 @@ jobs:
exclude:
# actions/setup-python doesn't provide Python3.8 or 3.9 for M1.
- macOS-version: "macos-14"
python-version : "3.8"
python-version: "3.8"

- macOS-version: "macos-14"
python-version : "3.9"
python-version: "3.9"

runs-on: ${{ matrix.macOS-version }}
steps:
Expand Down

0 comments on commit b75d4ca

Please sign in to comment.