Skip to content

Bump minimum Python to 3.10 #662

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/environment.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.9
- python=3.10
- dask
- distributed
- flake8
2 changes: 0 additions & 2 deletions ci/sge/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -41,8 +41,6 @@ services:
build:
context: .
target: slave
args:
PYTHON_VERSION: 3.9
Comment on lines -44 to -45
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why this was specified for the slave2 container but not slave1 or master. So removing it here.

container_name: slave_two
hostname: slave_two
#network_mode: host
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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,