Skip to content

Commit

Permalink
CI(deps): Update dependency python to v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent ad552cb commit d90a6ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/additional_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
env:
# renovate: datasource=python-version depName=python
PYTHON_VERSION: "3.12"
PYTHON_VERSION: "3.13"

steps:
- name: Checkout repository contents
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
${{ github.ref_protected != true }}
env:
# renovate: datasource=python-version depName=python
PYTHON_VERSION: "3.12"
PYTHON_VERSION: "3.13"
# renovate: datasource=pypi depName=black
BLACK_VERSION: "24.10.0"
permissions: {}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
permissions: {}
env:
# renovate: datasource=python-version depName=python
PYTHON_VERSION: "3.12"
PYTHON_VERSION: "3.13"
# renovate: datasource=pypi depName=flake8
FLAKE8_VERSION: "7.1.1"

Expand Down

0 comments on commit d90a6ad

Please sign in to comment.