Skip to content

v.1.3.3#227

Merged
JudithBernett merged 2 commits intomainfrom
development
Jun 16, 2025
Merged

v.1.3.3#227
JudithBernett merged 2 commits intomainfrom
development

Conversation

@JudithBernett
Copy link
Contributor

  • Dockerfile on Python 3.13
  • Added unzip to Docker for nextflow

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR bumps the project version to 1.3.3 across configuration files and updates the Dockerfile to use Python 3.13 with a newer Debian base while adding unzip for Nextflow support.

  • Update version numbers in pyproject.toml and docs/conf.py from 1.3.2 to 1.3.3.
  • Change Dockerfile base images from buster to bookworm and add the unzip package.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
pyproject.toml Updated project version to 1.3.3.
docs/conf.py Updated Sphinx version and release numbers to 1.3.3.
Dockerfile Rolled base image from buster to bookworm and added unzip for Nextflow.
Comments suppressed due to low confidence (2)

Dockerfile:50

  • [nitpick] Consider adding a brief inline comment that explains the necessity of installing 'unzip' for Nextflow, to aid future maintainers in understanding its inclusion.
RUN apt-get update && apt-get install -y procps unzip && rm -rf /var/lib/apt/lists/*

Dockerfile:5

  • Ensure that switching the base image from buster to bookworm has been thoroughly tested, as the newer distribution may include different library versions or behavior that could affect dependencies.
FROM python:3.13-bookworm AS builder

Copy link
Collaborator

@PascalIversen PascalIversen left a comment

Choose a reason for hiding this comment

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

lgtm

@JudithBernett JudithBernett merged commit 1d26871 into main Jun 16, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants