Skip to content

Commit eb69b58

Browse files
Bump minimum Python to 3.10 (#662)
1 parent 6e49ddc commit eb69b58

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

ci/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- python=3.9
6+
- python=3.10
77
- dask
88
- distributed
99
- flake8

ci/sge/docker-compose.yml

-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ services:
4141
build:
4242
context: .
4343
target: slave
44-
args:
45-
PYTHON_VERSION: 3.9
4644
container_name: slave_two
4745
hostname: slave_two
4846
#network_mode: host

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
cmdclass=versioneer.get_cmdclass(),
2929
description="Deploy Dask on job queuing systems like PBS, Slurm, SGE or LSF",
3030
url="https://jobqueue.dask.org",
31-
python_requires=">=3.9",
31+
python_requires=">=3.10",
3232
license="BSD 3-Clause",
3333
packages=["dask_jobqueue"],
3434
include_package_data=True,

0 commit comments

Comments
 (0)