Skip to content

Commit adad64e

Browse files
authored
WIP: Update and rename tests.yml to tests _freethreading.yml
1 parent c192837 commit adad64e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml renamed to .github/workflows/tests _freethreading.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
16+
python-version: ['3.13t']
1717

1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4
2121

2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v5
23+
uses: Quansight-Labs/setup-python@v5
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626

0 commit comments

Comments
 (0)