Skip to content

Commit

Permalink
Bump Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Jun 24, 2024
1 parent d1368fa commit 6b1ad4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3'
python-version: '3.12.4'
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.3'
python-version: '3.12.4'
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.3'
python-version: '3.12.4'
cache: poetry

- name: Install dependencies
Expand Down

0 comments on commit 6b1ad4f

Please sign in to comment.