We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e658d85 commit da3388aCopy full SHA for da3388a
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
fetch-depth: 0 # unshallow fetch for setuptools-scm
34
35
- name: Install Python 3.9
36
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
37
with:
38
python-version: '3.13'
39
.github/workflows/run_tests.yml
@@ -28,7 +28,7 @@ jobs:
28
echo "Reason for triggering: ${{ github.event.inputs.reason }}"
29
30
- name: Set up Python
31
32
python-version: 3.13
0 commit comments