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 93482a8 commit 43f3efdCopy full SHA for 43f3efd
1 file changed
.github/workflows/ci-cd.yml
@@ -383,11 +383,11 @@ jobs:
383
pattern: ${{ needs.pre-setup.outputs.dists-artifact-name }}*
384
merge-multiple: true
385
386
- - name: Setup Python 3.12
+ - name: Setup Python 3.13
387
id: python-install
388
uses: actions/setup-python@v5
389
with:
390
- python-version: 3.12
+ python-version: 3.13
391
cache: pip
392
cache-dependency-path: requirements/*.txt
393
- name: Install dependencies
0 commit comments