CI: Run swh-graph tests with Python 3.7
Currently the tests are run on 3.5, which is incompatible with the way swh-graph is written:
SyntaxError("'yield' inside async function")
Migrated from T2027 (view on Phabricator)
Currently the tests are run on 3.5, which is incompatible with the way swh-graph is written:
SyntaxError("'yield' inside async function")
Migrated from T2027 (view on Phabricator)
added Continuous Integration priority:Normal labels
I've rebased the jdk11 image on top of buster using the awful, awful a3776d744f. This means python 3.7 by default, and it looks like swh.graph CI works.
assigned to @olasd
closed