Skip to content

Commit 1ebee76

Browse files
authored
Merge pull request #3834 from mashehu/downgrade-py-version-in-devcontainer
2 parents 63a56af + ed58ed8 commit 1ebee76

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.devcontainer/build-devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ FROM "mcr.microsoft.com/devcontainers/miniconda@sha256:8e262a2664fab1d53054738d3
55
# copy this repo at current revision
66
COPY . /root/nfcore-tools/
77

8-
# Explicitly reinstall python 3.14 via conda
8+
# Explicitly reinstall python 3.13 via conda
99
# install local nf-core tools version, and precommit hooks
1010
RUN cd /root/nfcore-tools/ && \
11-
conda install -y python=3.14 && \
11+
conda install -y python=3.13 && \
1212
pip install --no-cache-dir --upgrade pip setuptools wheel pre-commit && \
1313
pip install -r requirements.txt --no-cache-dir -e . && \
1414
pre-commit install --install-hooks && \

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
- Update pre-commit hook pre-commit/pre-commit-hooks to v6 ([#3797](https://github.com/nf-core/tools/pull/3797))
8484
- Update dependency python to 3.14 ([#3817](https://github.com/nf-core/tools/pull/3817))
8585
- update Dockerfile to python 3.14 ([#3822](https://github.com/nf-core/tools/pull/3822))
86+
- downgrade python version to 3.13 in devcontainer ([#3834](https://github.com/nf-core/tools/pull/3834))
8687
- Update GitHub Actions ([#3795](https://github.com/nf-core/tools/pull/3795))
8788

8889
## [v3.3.2 - Tungsten Tamarin Patch 2](https://github.com/nf-core/tools/releases/tag/3.3.2) - [2025-07-08]

0 commit comments

Comments
 (0)