Skip to content

Commit

Permalink
Update dependency python to v3.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 4, 2024
1 parent d21e30e commit 0c0bc9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
- run: python3 -m pip install c2cciutils

- name: Clean Docker hub tags
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
- run: python3 -m pip install --requirement=requirements.txt
- run: poetry build
env:
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
- run: python3 -m pip install --requirement=requirements.txt
- run: poetry build
env:
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
- run: python3 -m pip install --requirement=requirements.txt
- run: poetry build
env:
Expand Down

0 comments on commit 0c0bc9e

Please sign in to comment.