repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git]
/
tests
/
python_test.sh
blob
87f435b74fc0eaf833b6d0f5fbd380a1181f25f0
1
#!/bin/sh
2
3
# We need a python3 binary
4
type
python3
2
>/
dev
/
null
1
>/
dev
/
null ||
exit
1
5
6
# And it needs to support at least version 3.9
7
python3
-c
'import sys; assert sys.version_info >= (3,9)'
2
>/
dev
/
null ||
exit
1
8
9
exit
0