We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e046eb4 commit 6810960Copy full SHA for 6810960
.github/workflows/additional_checks.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
env:
24
# renovate: datasource=python-version depName=python
25
- PYTHON_VERSION: "3.12"
+ PYTHON_VERSION: "3.13"
26
27
steps:
28
- name: Checkout repository contents
.github/workflows/flake8.yml
@@ -17,7 +17,7 @@ concurrency:
17
permissions: {}
18
19
20
21
# renovate: datasource=pypi depName=flake8
FLAKE8_VERSION: "7.1.1"
0 commit comments