Skip to content

Commit

Permalink
update dependencies (#123)
Browse files Browse the repository at this point in the history
set python v3.12 in github pipeline actions
  • Loading branch information
Depaccu authored Oct 29, 2024
1 parent 0a03827 commit 6b2bfc3
Show file tree
Hide file tree
Showing 3 changed files with 913 additions and 838 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
architecture: x64
cache: poetry

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
architecture: x64
cache: poetry

Expand Down
Loading

0 comments on commit 6b2bfc3

Please sign in to comment.