mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 07:00:25 -04:00
chore(deps): update dependency python to 3.13
This commit is contained in:
parent
16769768c9
commit
b567326f9d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
|
@ -59,7 +59,7 @@ jobs:
|
|||
- name: setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
python-version: '3.13'
|
||||
- run: pip install s3cmd==2.4.0
|
||||
- run: npm --production=false ci
|
||||
- run: mkdir -p ./test/results
|
||||
|
|
Loading…
Reference in a new issue