Skip to content

Commit 97b6566

Browse files
committed
Fix tests
1 parent 390d10e commit 97b6566

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source:
1919
build:
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:
@@ -78,8 +78,8 @@ test:
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

8484
about:
8585
home: https://github.com/symengine/symengine.py

0 commit comments

Comments
 (0)