We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2c311 commit eb8c04eCopy full SHA for eb8c04e
.github/workflows/python-app.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Python
16
uses: actions/setup-python@v5
17
with:
18
- python-version: '3.x'
+ python-version: '3.14.0a1'
19
- name: Display modified PATH
20
run: echo $PATH
21
- name: Prepend custom path
0 commit comments