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 1d67642 commit 5fb5223Copy full SHA for 5fb5223
.github/workflows/ci.yml
@@ -35,6 +35,8 @@ jobs:
35
- uses: astral-sh/setup-uv@v5
36
- run: uv tool install poethepoet
37
- run: uv sync --all-extras
38
+ env:
39
+ PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1
40
- run: poe bridge-lint
41
if: ${{ matrix.clippyLinter }}
42
- run: poe lint
0 commit comments