Skip to content

Commit 2327967

Browse files
committed
ci: force workflows to run 3.11
aiohttp still hasn't released a 3.12 build...
1 parent ebdf557 commit 2327967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pyright-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
cache: pip
1818
cache-dependency-path: pyproject.toml
19-
python-version-file: pyproject.toml
19+
python-version: '3.11'
2020
- name: Install pyright
2121
run: pip install pyright
2222
- name: Install discord-ext-pager

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
cache: pip
2424
cache-dependency-path: pyproject.toml
25-
python-version-file: pyproject.toml
25+
python-version: '3.11'
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)