Skip to content

Commit

Permalink
Drop python 3.5 (dask#456)
Browse files Browse the repository at this point in the history
* Drop Python 3.5

* Remove accidental addition

* Fix GH action

* Update mininum required versions

* Update changelog
  • Loading branch information
andersy005 authored Jan 24, 2021
1 parent 1274707 commit f38e0c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Development version
-------------------

- Override _new_worker_name to make it easier to use job arrays (:pr:`480`)
- Drop support for Python 3.5 (:pr:`456`)

0.7.2 / 2020-12-07
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
cmdclass=versioneer.get_cmdclass(),
description="Deploy Dask on job queuing systems like PBS, Slurm, SGE or LSF",
url="https://jobqueue.dask.org",
python_requires=">=3.5",
python_requires=">=3.6",
license="BSD 3-Clause",
packages=["dask_jobqueue"],
include_package_data=True,
Expand Down

0 comments on commit f38e0c3

Please sign in to comment.