From b73bcd3a439aae7302859aae738e007d6ad30941 Mon Sep 17 00:00:00 2001 From: Antonio Camargo Date: Fri, 20 Dec 2024 10:36:55 -0400 Subject: [PATCH] Add the PYO3_USE_ABI3_FORWARD_COMPATIBILITY variable --- .github/workflows/build_wheels.yaml | 3 +++ 1 file changed, 3 insertions(+) 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 }}