We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5721045 commit fc7c3d8Copy full SHA for fc7c3d8
2 files changed
.github/workflows/publish.yaml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
19
20
- name: Setup Python
21
- uses: actions/setup-python@532b046aaf352bab5717122cc0ea52b7f12266a3
+ uses: actions/setup-python@9322b3ca74000aeb2c01eb777b646334015ddd72
22
with:
23
python-version: "3.13"
24
.github/workflows/test.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
29
- name: Setup Python ${{ matrix.python-version }}
30
31
32
python-version: ${{ matrix.python-version }}
33
0 commit comments