Skip to content

Commit 5abd4f3

Browse files
Update build.yml
1 parent 1f3f78b commit 5abd4f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v3
1313

14-
- name: Setup Python 3.10
14+
- name: Setup Python 3.11
1515
uses: actions/setup-python@v4
1616
with:
17-
python-version: 3.10
17+
python-version: 3.11
1818

1919
- name: Install dependencies
2020
run: |

0 commit comments

Comments
 (0)