Skip to content

Commit 330e729

Browse files
authored
Update example.yml
1 parent e820777 commit 330e729

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/example.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
22+
with:
23+
python-version: "3.13"
2224
- name: Install dependencies
2325
run: |
2426
pip install wheel

0 commit comments

Comments
 (0)