Skip to content

Commit 6810960

Browse files
CI(deps): Update dependency python to v3.13.1
1 parent e046eb4 commit 6810960

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/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)