Skip to content

Commit

Permalink
Meta: Use Python>=3.10 in the test262 action
Browse files Browse the repository at this point in the history
The new Wasm test generation script needs this.
  • Loading branch information
alimpfard committed Jun 9, 2024
1 parent 7cbe5c9 commit 0c99ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libjs-test262.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '>=3.10'

- name: Install Python dependencies
# The setup-python action set default python to python3.x. Note that we are not using system python here.
Expand Down

0 comments on commit 0c99ce9

Please sign in to comment.