Skip to content

Commit

Permalink
Fix Python 3.5.0 support in setup.py (dask#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt authored and lesteve committed Aug 19, 2019
1 parent 7970f31 commit f50607b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
description="Easy deployment of Dask Distributed on job queuing systems "
"such as PBS, Slurm, or SGE.*",
url="https://github.com/dask/dask-jobqueue",
python_requires=">3.5.0",
python_requires=">=3.5",
license="BSD 3-Clause",
packages=["dask_jobqueue"],
include_package_data=True,
Expand Down

0 comments on commit f50607b

Please sign in to comment.