We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5e928 commit f0e54deCopy full SHA for f0e54de
.github/workflows/markdown-code-runner.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python
20
uses: actions/setup-python@v5
21
with:
22
- python-version: "3.13.2"
+ python-version: "3.13.3"
23
24
- name: Install uv
25
uses: astral-sh/setup-uv@v5
.github/workflows/pythonpublish.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- python-version: '3.13.2'
+ python-version: '3.13.3'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
0 commit comments