Skip to content

Commit 7232af1

Browse files
build(deps-dev): update dependency python to 3.13 (#141)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a3fa5c commit 7232af1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Set up Python 3.12
6363
uses: actions/setup-python@v5
6464
with:
65-
python-version: "3.12"
65+
python-version: "3.13"
6666

6767
- name: Install Dependencies
6868
run: |

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Set up Python 3.12
6666
uses: actions/setup-python@v5
6767
with:
68-
python-version: "3.12"
68+
python-version: "3.13"
6969

7070
- name: Install Dependencies
7171
run: |

0 commit comments

Comments
 (0)