Skip to content

Commit 2019783

Browse files
committed
ci: update Python version in monitor workflow
1 parent ab1cf74 commit 2019783

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/monitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: 3.12
21+
python-version: "3.13"
2222
cache: pip
2323

2424
- name: Install dependencies

0 commit comments

Comments
 (0)