Skip to content

Commit 8c9251b

Browse files
committed
z
1 parent 24f5092 commit 8c9251b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- name: Checkout
2525
uses: actions/checkout@v2
2626

27-
- name: Setup Python-3.10
27+
- name: Setup Python
2828
uses: actions/setup-python@v4
2929
with:
30-
python-version: '3.10'
30+
python-version: '3.11'
3131

3232
- name: Pip Install
3333
run: |

0 commit comments

Comments
 (0)