Skip to content

Commit

Permalink
make 3.13 experimental.
Browse files Browse the repository at this point in the history
  • Loading branch information
iancze committed Dec 2, 2024
1 parent b083d52 commit eb13654
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ on:
jobs:
tests:
runs-on: ubuntu-24.04
continue-on-error: ${{ matrix.experimental }}
strategy:
max-parallel: 4
fail-fast: true
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12"]
experimental: [false]
include:
- version: "3.13"
experimental: true
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit eb13654

Please sign in to comment.