* Populus Version: 2.2.0 * OS: osx ``` $ pip freeze | grep populus populus==2.2.0 $ solc --version solc, the solidity compiler commandline interface Version: 0.4.17+commit.bdeb9e52.Darwin.appleclang ``` Please see: ( https://github.com/ethereum/populus/issues/422#issuecomment-354467917 ) > Current fix for this is to use solc<0.4.18 and downgrade populus<2.2.0 ----------------- As suggested here ( https://github.com/ethereum/populus/issues/454#issuecomment-378752982 ) for some specific keywords such as `emit`, I need to upgrade `solc` version to `v0.4.21`. => Overall, what is the highest solidity version I can use with `Populus`? Could I use `Populus` with solidity version `v0.4.21` ?