Skip to content

Commit 5169761

Browse files
⬆️ Pin python to 3.13.2 (#20)
* ⬆️ Pin python to 3.13.2 * Update README.md --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2550801 commit 5169761

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/markdown-code-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: "3.x"
22+
python-version: "3.13.2"
2323

2424
- name: Install uv
2525
uses: astral-sh/setup-uv@v5

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.x'
20+
python-version: '3.13.2'
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
- name: Set up Python
267267
uses: actions/setup-python@v5
268268
with:
269-
python-version: "3.x"
269+
python-version: "3.13.2"
270270
271271
- name: Install uv
272272
uses: astral-sh/setup-uv@v5

0 commit comments

Comments
 (0)