Skip to content

Commit 7cd9207

Browse files
committed
Use setup-python@v6 to support free-threaded Python
1 parent 3219866 commit 7cd9207

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717
- name: Setup python
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v6
1919
with:
2020
python-version: ${{ matrix.python }}
2121
allow-prereleases: true
@@ -46,7 +46,7 @@ jobs:
4646
- name: Checkout
4747
uses: actions/checkout@v4
4848
- name: Setup python
49-
uses: actions/setup-python@v4
49+
uses: actions/setup-python@v6
5050
if: "!endsWith(matrix.python, '-dev')"
5151
with:
5252
python-version: ${{ matrix.python }}
@@ -76,7 +76,7 @@ jobs:
7676
- name: Checkout
7777
uses: actions/checkout@v4
7878
- name: Setup python
79-
uses: actions/setup-python@v4
79+
uses: actions/setup-python@v6
8080
with:
8181
python-version: ${{ matrix.python }}
8282
allow-prereleases: true

0 commit comments

Comments
 (0)