ApeWorX / py-solc-x

Python wrapper and version management tool for the solc Solidity compiler.

Home Page:https://solcx.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace format with f-strings

iamdefinitelyahuman opened this issue · comments

Overview

Replace .format with f-strings. This will drop support for <3.6 so needs to be part of v1.0.0.

Specification

Self explanatory. Be sure to also update setup.py to reflect the dropped support.