Skip to content

Commit 8115e77

Browse files
⬆️ Pin python to 3.13.3
1 parent 417da35 commit 8115e77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: '3.x'
17+
python-version: '3.13.3'
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip

.github/workflows/update-readme.yml

+1-1
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.3'
2323

2424
- name: Install Python dependencies
2525
run: |

0 commit comments

Comments
 (0)