diff --git a/.github/workflows/build_wheels.yaml b/.github/workflows/build_wheels.yaml index 3bc45f3..b2b9d8a 100644 --- a/.github/workflows/build_wheels.yaml +++ b/.github/workflows/build_wheels.yaml @@ -8,6 +8,9 @@ on: permissions: contents: read +env: + PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1 + jobs: linux: runs-on: ${{ matrix.platform.runner }}