Skip to content

Commit

Permalink
Bump Python and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Oct 1, 2024
1 parent a3327e4 commit 84e340e
Show file tree
Hide file tree
Showing 4 changed files with 249 additions and 211 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.4'
python-version: '3.12.6'
cache: poetry

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.4'
python-version: '3.12.6'
cache: poetry

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.4'
python-version: '3.12.6'
cache: poetry

- name: Install dependencies
Expand Down
Loading

0 comments on commit 84e340e

Please sign in to comment.