We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7954318 commit 35f8689Copy full SHA for 35f8689
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Python
15
uses: actions/setup-python@v5
16
with:
17
- python-version: '3.x'
+ python-version: '3.13.2'
18
- name: Install dependencies
19
run: |
20
python -m pip install --upgrade pip
.github/workflows/update-readme.yml
@@ -19,7 +19,7 @@ jobs:
21
22
23
24
- name: Install Python dependencies
25
0 commit comments