Skip to content

Commit 5c8ad82

Browse files
chore(deps): update dependency python to 3.13 (#49)
* chore(deps): update dependency python to 3.13 * Update .github/workflows/python.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Niklas Rosenstein <[email protected]>
1 parent 8d7c3d1 commit 5c8ad82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ jobs:
104104
steps:
105105
- uses: actions/checkout@v4
106106

107-
- name: Set up Python 3.10
107+
- name: Set up Python 3.13
108108
uses: actions/setup-python@v5
109109
with:
110-
python-version: "3.10"
110+
python-version: "3.13"
111111

112112
- name: Install uv
113113
run: python -m pip install uv

0 commit comments

Comments
 (0)