ecmwf / ecmwf-api-client

Python API to access ECMWF archive
Apache License 2.0
66 stars 20 forks source link

Drop support for python2. #6

Open schwehr opened 4 years ago

schwehr commented 4 years ago

With https://www.python.org/doc/sunset-python-2/, the imports can be simpler. The code also doesn't need the __future__ any more now that the future is here.