Hi,
Our build fails due to the following error:
File “/home/travis/virtualenv/python2.7.14/lib/python2.7/site-packages/appconf/base.py”, line 107
class AppConf(metaclass=AppConfMetaClass):
^
SyntaxError: invalid syntax
Is this due to an upgrade in Python version?
Here is the entire trace:
https://travis-ci.org/github/PARINetwork/pari/builds/679645331
It appears to be related to https://github.com/OpenAPITools/openapi-generator/issues/4823
Has anyone else faced a similar issue? It shows in the OpenAPITools issue post that this has been closed. Can someone point us to what can be done to get past this issue?