Fix CI by running on Python 3.11 (#3984)

aiohttp doesn't yet support 3.12
This commit is contained in:
Shantanu 2023-10-26 21:13:25 -07:00 committed by GitHub
parent f7174bfc43
commit de701fe6aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "*"
python-version: "3.11"
- name: Install diff-shades and support dependencies
run: |
@ -59,7 +59,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "*"
python-version: "3.11"
- name: Install diff-shades and support dependencies
run: |

View File

@ -26,7 +26,7 @@ jobs:
- name: Set up latest Python
uses: actions/setup-python@v4
with:
python-version: "*"
python-version: "3.11"
- name: Install dependencies
run: |

View File

@ -26,7 +26,7 @@ jobs:
- name: Set up latest Python
uses: actions/setup-python@v4
with:
python-version: "*"
python-version: "3.11"
- name: Install dependencies
run: |