multi-build / docker-images

BSD 2-Clause "Simplified" License
1 stars 8 forks source link

Fixed typo #6

Closed radarhere closed 3 years ago

radarhere commented 3 years ago

Companion to https://github.com/matthew-brett/multibuild/pull/334/commits/e82b475d6daf48424f1f616c337e1aa7cca4c062

mattip commented 3 years ago

Something seems off: the f-string parsing is failing

radarhere commented 3 years ago

It's because f-strings were only added in Python 3.6, causing testing with an earlier Python version to fail. The reason f-strings are present is because pip now requires Python >= 3.6. I've created #7 to resolve.

mattip commented 3 years ago

close/reopen to pull in #7

mattip commented 3 years ago

Thanks @radarhere