Is it possible to change the python version used by syntastic for syntax checking?
As the Issue https://github.com/scrooloose/syntastic/issues/385 indicates I could
let g:syntastic_python_python_exec = 'python3'
let g:syntastic_python_checkers = ['python']
This is the first result that appears when searching Google for "Syntastic python3": most answers are too complicated for someone in a hurry. This is the straightforward solution to switch to python3.