Skip to content

Commit 57f1032

Browse files
committed
fix installer for github actions
1 parent 3f47882 commit 57f1032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
git config --global init.defaultBranch main
6666
6767
- name: Set up Python 3.14
68-
uses: actions/setup-python@v5
68+
uses: actions/setup-python@v6
6969
with:
70-
python-version: '3.14'
70+
python-version: '3.14.0-rc.3'
7171

7272
- name: Install apt stuff and other dependencies
7373
shell: bash

0 commit comments

Comments
 (0)