2 parents ef9e423 + 5950546 commit b1a7967Copy full SHA for b1a7967
2 files changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/checkout@v6
33
34
- name: Set up Python ${{ matrix.python-version }}
35
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
36
with:
37
python-version: ${{ matrix.python-version }}
38
allow-prereleases: true
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
fetch-depth: 0
20
21
- name: Set up Python
22
23
24
python-version: '3.14'
25
0 commit comments