Skip to content

Commit 8237d04

Browse files
⬆️ Update python to v3.13.6
1 parent 00f1915 commit 8237d04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.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.13.5"
20+
python-version: "3.13.6"
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip

.github/workflows/update-readme.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.13.5'
22+
python-version: '3.13.6'
2323

2424
- name: Install Python dependencies
2525
run: |

0 commit comments

Comments
 (0)