Skip to content

Commit 64eb6bc

Browse files
committed
Upgrade Python version
1 parent c098d16 commit 64eb6bc

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
@@ -44,6 +44,10 @@ jobs:
4444
- uses: actions/checkout@v4
4545
with:
4646
fetch-depth: 0
47+
- name: Setup Python
48+
uses: actions/setup-python@v5
49+
with:
50+
python-version: '3.13'
4751
- name: Start Windows Audio Engine
4852
run: net start audiosrv
4953
- name: Install Scream

0 commit comments

Comments
 (0)