File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ source:
1919build :
2020 number : 0
2121 skip : true # [py<=38 or (is_abi3 and (py == 311 or py == 312 or py>313))]
22- python_version_independent : true # [is_abi3]
22+ python_version_independent : true # [is_abi3 and py>=311 ]
2323 script_env :
2424 - SYMENGINE_PY_LIMITED_API=3.11 # [is_abi3 and py>=311]
2525 ignore_run_exports_from :
7878 - numpy # [not is_freethreading]
7979 - abi3audit # [is_abi3 and py>=311]
8080 commands :
81- - abi3audit ${SP_DIR}/symengine/lib/symengine_wrapper.abi3.so -s -v --assume-minimum-abi3 3.11 # [unix]
82- - abi3audit %SP_DIR%/symengine/lib/symengine_wrapper.pyd -s -v --assume-minimum-abi3 3.11 # [win]
81+ - abi3audit ${SP_DIR}/symengine/lib/symengine_wrapper.abi3.so -s -v --assume-minimum-abi3 3.11 # [unix and is_abi3 and py>311 ]
82+ - abi3audit %SP_DIR%/symengine/lib/symengine_wrapper.pyd -s -v --assume-minimum-abi3 3.11 # [win and is_abi3 and py>311 ]
8383
8484about :
8585 home : https://github.com/symengine/symengine.py
You can’t perform that action at this time.
0 commit comments