File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-latest
23
23
env :
24
24
# renovate: datasource=python-version depName=python
25
- PYTHON_VERSION : " 3.12 "
25
+ PYTHON_VERSION : " 3.13 "
26
26
27
27
steps :
28
28
- name : Checkout repository contents
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
13
13
${{ github.ref_protected != true }}
14
14
env :
15
15
# renovate: datasource=python-version depName=python
16
- PYTHON_VERSION : " 3.12 "
16
+ PYTHON_VERSION : " 3.13 "
17
17
# renovate: datasource=pypi depName=black
18
18
BLACK_VERSION : " 24.10.0"
19
19
permissions : {}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
17
17
permissions : {}
18
18
env :
19
19
# renovate: datasource=python-version depName=python
20
- PYTHON_VERSION : " 3.12 "
20
+ PYTHON_VERSION : " 3.13 "
21
21
# renovate: datasource=pypi depName=flake8
22
22
FLAKE8_VERSION : " 7.1.1"
23
23
You can’t perform that action at this time.
0 commit comments