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.
2 parents 254aebc + 68cad5f commit a322a7aCopy full SHA for a322a7a
.github/workflows/deploy-docs.yaml
@@ -41,7 +41,7 @@ jobs:
41
42
# https://github.com/actions/setup-python
43
- name: Set up Python
44
- uses: actions/setup-python@v5.6.0
+ uses: actions/setup-python@v6
45
with:
46
python-version: 3.13
47
.github/workflows/main.yaml
@@ -40,7 +40,7 @@ jobs:
40
- name: Set up Python ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
.github/workflows/pypi-publish.yaml
@@ -19,7 +19,7 @@ jobs:
19
uses: astral-sh/setup-uv@v7
20
21
22
- uses: actions/setup-python@v5
23
24
python-version: '3.12'
25
0 commit comments