Skip to content

Commit

Permalink
Update dependency python to v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 1, 2024
1 parent 4232765 commit 158c0fc
Show file tree
Hide file tree
Showing 3 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.12'
python-version: '3.13'
- run: python3 -m pip install c2cciutils

- name: Clean Docker hub tags
Expand Down
4 changes: 2 additions & 2 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.12'
python-version: '3.13'
- 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.12'
python-version: '3.13'
- run: python3 -m pip install --requirement=requirements.txt
- run: poetry build
env:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python 3.12.7
python 3.13.0

0 comments on commit 158c0fc

Please sign in to comment.