Skip to content

Commit

Permalink
Update GH actions Python to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain-S committed Aug 22, 2023
1 parent b3366c5 commit cefc866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.8"

- name: Bootstrap poetry
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.8"

- name: Bootstrap poetry
shell: bash
Expand Down

0 comments on commit cefc866

Please sign in to comment.