Skip to content

Commit 14cded7

Browse files
committed
Keep building with 3.12 for now
1 parent 45aedd3 commit 14cded7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-exe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v6
1818
with:
19-
python-version: "3.13"
19+
python-version: "3.12"
2020
- name: Install the module
2121
run: |
2222
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)