Skip to content

Commit

Permalink
ci: try PYO3_USE_ABI3_FORWARD_COMPATIBILITY for Python 3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Aug 8, 2024
1 parent efba2d0 commit 9f82258
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:

- name: Install python tools
run: uv pip install --system -r dev-requirements.txt pytest-github-actions-annotate-failures
env:
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1

- name: Configure
run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Debug -DBOOST_HISTOGRAM_ERRORS=ON ${{ matrix.cmake-extras }}
Expand Down

0 comments on commit 9f82258

Please sign in to comment.