Skip to content

Commit

Permalink
Add Python 3.12 images (#309)
Browse files Browse the repository at this point in the history
* Add Python 3.12 image

* Drop blosc
  • Loading branch information
jacobtomlinson committed Feb 20, 2024
1 parent f483eeb commit b5fa9fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.9", "3.10", "3.11"]
python: ["3.9", "3.10", "3.11", "3.12"]
image:
- tag: "daskdev/dask"
context: "./base"
Expand Down
1 change: 0 additions & 1 deletion notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ USER $NB_USER
RUN mamba install -y \
python=${PYTHON_VERSION} \
nomkl \
python-blosc \
cytoolz \
dask==${DASK_VERSION} \
lz4 \
Expand Down

0 comments on commit b5fa9fd

Please sign in to comment.