Skip to content

Commit

Permalink
Docs: Drop support for Python 2.7 (dask#4932)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and jakirkham committed Jun 13, 2019
1 parent 985cdf2 commit c400691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/develop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ language support, testing, documentation, and style.
Python Versions
~~~~~~~~~~~~~~~

Dask supports Python versions 2.7, 3.5, 3.6, and 3.7 in a single codebase.
Dask supports Python versions 3.5, 3.6, and 3.7.
Name changes are handled by the :file:`dask/compatibility.py` file.

Test
Expand Down

0 comments on commit c400691

Please sign in to comment.