Skip to content

Commit 64b4581

Browse files
committed
Bump github Python version to 3.12 to fix pathlib error in binary package
1 parent 990734f commit 64b4581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-bindcontrol.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
- name: Checkout Repository
3434
uses: actions/checkout@v4
3535

36-
- name: Set up Python 3.10
36+
- name: Set up Python 3.12
3737
uses: actions/setup-python@v5
3838
with:
39-
python-version: "3.11"
39+
python-version: "3.12"
4040

4141
- name: Cache pip dependencies
4242
uses: actions/cache@v4

0 commit comments

Comments
 (0)