There was an error while loading. Please reload this page.
1 parent f6cb516 commit cc57dd5Copy full SHA for cc57dd5
2 files changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
python-version: ['3.x']
18
steps:
19
- uses: actions/checkout@v7
20
- - uses: actions/setup-python@v6
+ - uses: actions/setup-python@v7
21
with:
22
python-version: ${{ matrix.python-version }}
23
architecture: x64
.github/workflows/integration.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
fetch-depth: 0
31
32
33
python-version: '3.14'
34
- name: Install test dependencies
0 commit comments