We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264e6c3 commit e7aff0fCopy full SHA for e7aff0f
tests/test_array_namespace.py
@@ -34,7 +34,7 @@ def test_array_namespace(library, api_version):
34
# onto JAX arrays, but we should support them regardless). The only way to
35
# do this is to use a subprocess, since we cannot un-import it and another
36
# test probably already imported it.
37
- if library == "jax.numpy":
+ if library == "jax.numpy" and sys.version_info >= (3, 9):
38
code = f"""\
39
import sys
40
import jax.numpy
0 commit comments