CityOfZion / neo-python

Python Node and SDK for the NEO 2.x blockchain. For NEO 3.x go to our successor project neo-mamba
https://neo-python.readthedocs.io/en/latest/
MIT License
313 stars 189 forks source link

update docker to use python 3.7 #1008

Closed ixje closed 5 years ago

ixje commented 5 years ago

What current issue(s) does this address, or what feature is it adding? docker uses python 3.6, whereas the latest version will only work with 3.7

How did you solve this problem? install 3.7 How did you make sure your solution works? ran

docker build --no-cache -f Dockerfile -t neopython .

and passed Are there any special changes in the code that we should be aware of?

Please check the following, if applicable:

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 85.307% when pulling a625cf082cfa45efa2f8706fc34b1fe4ae12f90e on ixje:update-docker into 88e0c89cd36759852c5fbce197e2358b656fefa0 on CityOfZion:development.