Skip to content

Commit fda7beb

Browse files
committed
Change Python version from 3.11 to 3.10
1 parent 4941e6a commit fda7beb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
with:
2828
node-version: '16.x'
2929

30-
- name: Setup Python 3.11
30+
- name: Setup Python 3.10
3131
uses: actions/setup-python@v6
3232
with:
33-
python-version: '3.11'
33+
python-version: '3.10'
3434

3535
- name: Install dependencies
3636
run: yarn

0 commit comments

Comments
 (0)