Skip to content

Commit 724412e

Browse files
committed
Ok, we really have to use Python 3.13
1 parent 8c54c0a commit 724412e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: 3.14
18+
python-version: 3.13
1919

2020
- name: Ubuntu dependencies
2121
run: sudo apt-get update && sudo apt-get install -y libgtk-3-dev

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: 3.14
17+
python-version: 3.13
1818
- uses: actions/checkout@v5
1919
with:
2020
ref: ${{ github.ref }}

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: 3.14
17+
python-version: 3.13
1818
- name: "Setup NASM for windows"
1919
uses: ilammy/setup-nasm@v1
2020

0 commit comments

Comments
 (0)