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 94e871e commit 0852ab5Copy full SHA for 0852ab5
.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.14.0'
+ python-version: '3.14.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