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 84ed03c commit 366f308Copy full SHA for 366f308
.github/workflows/build-pypi.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: "Set up Python"
59
id: setup_python
60
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
61
with:
62
python-version: '3.12'
63
cache: 'pip'
.github/workflows/tests.yml
@@ -63,7 +63,7 @@ jobs:
ref: "${{ env.GITHUB_SHA }}"
64
65
- name: Set up Python
66
67
68
python-version: '3.10'
69
0 commit comments