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 32d2e84 commit c7f42e4Copy full SHA for c7f42e4
.github/workflows/ci.yml
@@ -386,7 +386,7 @@ jobs:
386
387
- name: Create libpython symlink
388
shell: msys2 {0}
389
- run: ln -s /${{ matrix.path }}/lib/libpython3.10.dll.a /${{ matrix.path }}/lib/libpython310.dll.a
+ run: ln -s /${{ matrix.path }}/lib/libpython3.11.dll.a /${{ matrix.path }}/lib/libpython311.dll.a
390
391
- name: Test examples
392
0 commit comments