Skip to content

Commit

Permalink
No need for an experimental flag, apparently.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 17, 2024
1 parent 1934c76 commit 35404b7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: Unit tests
needs: [ pre-commit, towncrier, package ]
runs-on: ${{ matrix.platform }}
continue-on-error: ${{ matrix.experimental || false }}
continue-on-error: false
strategy:
fail-fast: false
matrix:
Expand All @@ -65,10 +65,6 @@ jobs:
"macos-14", "macos-15"
]
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ]
include:
- python-version: "3.14"
experimental: true

exclude:
# actions/setup-python doesn't provide Python 3.9 for M1.
- platform: "macos-14"
Expand Down

0 comments on commit 35404b7

Please sign in to comment.