jupyter-incubator / sparkmagic

Jupyter magics and kernels for working with remote Spark clusters
Other
1.33k stars 447 forks source link

Drop Python 2 #607

Closed itamarst closed 2 years ago

itamarst commented 4 years ago
  1. Python 2 is no longer being maintained as of Jan 1, 2020.
  2. The first PySpark release in 2020 will drop Python 2.

Users on Python 2 can continue to use old versions of Sparkmagic, but we should be strongly discouraging Python 2 usage.

Important: add metadata to setup.py to say "this only supports Python 3 or later", and then pip will automatically pick the right version of SparkMagic. Specifically python_requires=">=3.5" or something along those lines.

devstein commented 2 years ago

Closed by #689