Skip to content

Commit 4e84c61

Browse files
authored
Update build.yml
1 parent ab46018 commit 4e84c61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Run build on Windows
1414
uses: actions/setup-python@v4
1515
with:
16-
python-version: "3.9.10"
16+
python-version: "3.11.0"
1717

1818
- name: Install dependencies
1919
run: |
@@ -44,7 +44,7 @@ jobs:
4444
- name: Run build on Ubuntu
4545
uses: actions/setup-python@v4
4646
with:
47-
python-version: "3.9.10"
47+
python-version: "3.11.0"
4848

4949
- name: Install dependencies
5050
run: |
@@ -74,7 +74,7 @@ jobs:
7474
- name: Run build on Ubuntu
7575
uses: actions/setup-python@v4
7676
with:
77-
python-version: "3.9.10"
77+
python-version: "3.11.0"
7878

7979
- name: Install dependencies
8080
run: |

0 commit comments

Comments
 (0)