Skip to content

Commit

Permalink
fix: Update GHA to use Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
apage224 committed Oct 2, 2024
1 parent e547eb9 commit 131d307
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.11'
cache: 'poetry'
- run: poetry install
- run: poetry run task lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.11'
cache: 'poetry'
- name: Install and Build 🔧
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.11'
cache: 'poetry'
- name: Install and Build 🔧
run: |
Expand Down

0 comments on commit 131d307

Please sign in to comment.