|
7 | 7 |
|
8 | 8 |
|
9 | 9 | jobs:
|
10 |
| - # test-freethreaded: |
11 |
| - # runs-on: ${{ matrix.os }} |
12 |
| - # strategy: |
13 |
| - # fail-fast: false |
14 |
| - # matrix: |
15 |
| - # os: [windows-latest, macos-latest, macos-13, ubuntu-latest] |
16 |
| - # python-version: |
17 |
| - # - '3.14.0-alpha.1' |
| 10 | + test-freethreaded: |
| 11 | + runs-on: ${{ matrix.os }} |
| 12 | + strategy: |
| 13 | + fail-fast: false |
| 14 | + matrix: |
| 15 | + os: [windows-latest, macos-latest, macos-13, ubuntu-latest] |
| 16 | + python-version: |
| 17 | + - '3.14.0t-alpha.4' |
| 18 | + - '3.14t-alpha' |
18 | 19 |
|
19 |
| - # steps: |
20 |
| - # - uses: actions/checkout@v4 |
21 |
| - # - name: Set up Python ${{ matrix.python-version }} |
22 |
| - # # uses: actions/setup-python@v5 |
23 |
| - # uses: priyagupta108/setup-python@test-pr-973 |
24 |
| - # with: |
25 |
| - # python-version: ${{ matrix.python-version }} |
26 |
| - # - name: Install dependencies |
27 |
| - # run: | |
28 |
| - # python -m pip install --upgrade pip |
29 |
| - # pip install -r requirements.txt |
| 20 | + steps: |
| 21 | + - uses: actions/checkout@v4 |
| 22 | + - name: Set up Python ${{ matrix.python-version }} |
| 23 | + # uses: actions/setup-python@v5 |
| 24 | + uses: priyagupta108/setup-python@test-pr-973 |
| 25 | + with: |
| 26 | + python-version: ${{ matrix.python-version }} |
| 27 | + - name: Install dependencies |
| 28 | + run: | |
| 29 | + python -m pip install --upgrade pip |
| 30 | + pip install -r requirements.txt |
30 | 31 |
|
31 | 32 | test-freethreaded-true:
|
32 | 33 | runs-on: ${{ matrix.os }}
|
|
35 | 36 | matrix:
|
36 | 37 | os: [ubuntu-latest]
|
37 | 38 | python-version:
|
38 |
| - - '3.14.0t-alpha.4' |
| 39 | + - '3.14.0-alpha.4' |
39 | 40 |
|
40 | 41 | steps:
|
41 | 42 | - uses: actions/checkout@v4
|
|
44 | 45 | uses: priyagupta108/setup-python@test-pr-973
|
45 | 46 | with:
|
46 | 47 | python-version: ${{ matrix.python-version }}
|
47 |
| - # freethreaded: true |
| 48 | + freethreaded: true |
48 | 49 | - name: Install dependencies
|
49 | 50 | run: |
|
50 | 51 | python -m pip install --upgrade pip
|
|
0 commit comments