Skip to content

Commit

Permalink
add comment about SOAR_PYTHON_ABI3
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowJonathan authored and garfieldnate committed May 17, 2024
1 parent 2cb0763 commit f27f13a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/ClientSMLSWIG/Python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ skip = [
#
# We pick python 3.9, since macOS ARM64 doesn't have 3.8, and so this is the earliest version on all platforms.
build = "cp39*"
# Inside CIs, we want to build the limited API, as we control SWIG's version there, so we opt-in.
environment = { SOAR_PYTHON_ABI3="1" }
# This test command:
# - imports soar_sml
Expand Down

0 comments on commit f27f13a

Please sign in to comment.