We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e820777 commit 330e729Copy full SHA for 330e729
.github/workflows/example.yml
@@ -19,6 +19,8 @@ jobs:
19
- uses: actions/checkout@v4
20
- name: Set up Python
21
uses: actions/setup-python@v5
22
+ with:
23
+ python-version: "3.13"
24
- name: Install dependencies
25
run: |
26
pip install wheel
0 commit comments