Skip to content

Commit

Permalink
Merge pull request #913 from WordPress/feature/ghactions-update-python
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera authored Jan 21, 2025
2 parents 4b8a349 + 6778081 commit 36278ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quicktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'

- name: Setup proxy server
run: pip3 install mitmproxy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'

- name: Setup proxy server
run: pip3 install mitmproxy
Expand Down

0 comments on commit 36278ee

Please sign in to comment.