dask / dask-yarn

Deploy dask on YARN clusters
http://yarn.dask.org
BSD 3-Clause "New" or "Revised" License
69 stars 41 forks source link

Drop Python 2.7 support after next release #73

Closed jcrist closed 5 years ago

jcrist commented 5 years ago

I plan to issue a new release in the next week, which will be the last release to support Python 2.7. Future releases will be Python 3 only. This will ease the maintenance burden, simplify our code, and allow us to use more modern concurrency features.

See also https://github.com/jcrist/skein/issues/180.

jcrist commented 5 years ago

Fixed by #91.