Skip to content

Commit

Permalink
Bump minimum Python to 3.10 (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored Aug 21, 2024
1 parent 6e49ddc commit eb69b58
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.9
- python=3.10
- dask
- distributed
- flake8
Expand Down
2 changes: 0 additions & 2 deletions ci/sge/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ services:
build:
context: .
target: slave
args:
PYTHON_VERSION: 3.9
container_name: slave_two
hostname: slave_two
#network_mode: host
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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.9",
python_requires=">=3.10",
license="BSD 3-Clause",
packages=["dask_jobqueue"],
include_package_data=True,
Expand Down

0 comments on commit eb69b58

Please sign in to comment.