From 2bd3bc0f30695008cd0f5f864195121e7af0c54c Mon Sep 17 00:00:00 2001 From: Nathan LeRoy Date: Tue, 3 Dec 2024 17:16:29 -0500 Subject: [PATCH] bindings build error --- .github/workflows/CI.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ec9beb33..9b2e66c3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,6 +13,9 @@ on: permissions: contents: read +env: + PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1 + jobs: linux: runs-on: ubuntu-latest