Skip to content

Commit

Permalink
Fix CI by running on Python 3.11 (#3984)
Browse files Browse the repository at this point in the history
aiohttp doesn't yet support 3.12
  • Loading branch information
hauntsaninja committed Oct 27, 2023
1 parent f7174bf commit de701fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/diff_shades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit de701fe

Please sign in to comment.