Skip to content

Commit e12fa1e

Browse files
CI(deps): Update dependency python to v3.13.0
1 parent ad552cb commit e12fa1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/additional_checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
env:
2424
# renovate: datasource=python-version depName=python
25-
PYTHON_VERSION: "3.12"
25+
PYTHON_VERSION: "3.13"
2626

2727
steps:
2828
- name: Checkout repository contents

.github/workflows/black.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
${{ github.ref_protected != true }}
1414
env:
1515
# renovate: datasource=python-version depName=python
16-
PYTHON_VERSION: "3.12"
16+
PYTHON_VERSION: "3.13"
1717
# renovate: datasource=pypi depName=black
1818
BLACK_VERSION: "24.10.0"
1919
permissions: {}

.github/workflows/flake8.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
permissions: {}
1818
env:
1919
# renovate: datasource=python-version depName=python
20-
PYTHON_VERSION: "3.12"
20+
PYTHON_VERSION: "3.13"
2121
# renovate: datasource=pypi depName=flake8
2222
FLAKE8_VERSION: "7.1.1"
2323

0 commit comments

Comments
 (0)