Skip to content

Commit 2308e54

Browse files
committed
chore: Pin python version to fix aiohttp regression tests
1 parent 66b05c1 commit 2308e54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/aiohttp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Python
4444
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
4545
with:
46-
python-version: 3.x
46+
python-version: 3.13
4747
cache: 'pip'
4848
cache-dependency-path: 'requirements/*.txt'
4949
- name: Provision the dev env

0 commit comments

Comments
 (0)