Skip to content

Commit 53a4d66

Browse files
authored
Merge pull request #46 from New-Club-Penguin/development
Change Python version from 3.11 to 3.10
2 parents c6b9338 + fda7beb commit 53a4d66

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)