Skip to content

Commit 23af5f7

Browse files
committed
Upgrade Python version
1 parent 0bbd3d6 commit 23af5f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
- uses: actions/checkout@v4
4646
with:
4747
fetch-depth: 0
48+
- name: Setup Python
49+
uses: actions/setup-python@v5
50+
with:
51+
python-version: '3.13'
4852
- name: Start Windows Audio Engine
4953
run: net start audiosrv
5054
- name: Install Scream

0 commit comments

Comments
 (0)