Skip to content

Comments

Use Python 3.13-alpine instead of 3.14-alpine in Dockerfile#270

Merged
MaStr merged 2 commits intodependabot/docker/python-3.14-alpinefrom
copilot/sub-pr-268
Feb 19, 2026
Merged

Use Python 3.13-alpine instead of 3.14-alpine in Dockerfile#270
MaStr merged 2 commits intodependabot/docker/python-3.14-alpinefrom
copilot/sub-pr-268

Conversation

Copy link
Contributor

Copilot AI commented Feb 19, 2026

Dependabot attempted to bump the Dockerfile from Python 3.11-alpine to 3.14-alpine, but Python 3.14 is not yet stable and exceeds the project's supported version range.

Changes

  • Updated Dockerfile to use python:3.13-alpine instead of 3.14-alpine
  • Aligns Docker image with CI test matrix (Python 3.9-3.13) and project compatibility requirements

Python 3.13 is the latest stable version within the supported range defined by:

  • pyproject.toml: requires-python = ">3.8, <3.15"
  • CI workflows: Test matrix ["3.9", "3.10", "3.11", "3.12", "3.13"]
  • Custom guidelines: Compatibility with Python 3.9-3.13

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…ions

Co-authored-by: MaStr <1036501+MaStr@users.noreply.github.com>
Copilot AI changed the title [WIP] Update python version from 3.11-alpine to 3.14-alpine Use Python 3.13-alpine instead of 3.14-alpine in Dockerfile Feb 19, 2026
Copilot AI requested a review from MaStr February 19, 2026 05:57
@MaStr MaStr marked this pull request as ready for review February 19, 2026 06:02
@MaStr MaStr merged commit 541dbac into dependabot/docker/python-3.14-alpine Feb 19, 2026
@MaStr MaStr deleted the copilot/sub-pr-268 branch February 19, 2026 06:02
MaStr pushed a commit that referenced this pull request Feb 19, 2026
Use Python 3.13-alpine instead of 3.14-alpine in Dockerfile (#270)

---
 
* Bump python from 3.11-alpine to 3.14-alpine

---
updated-dependencies:
- dependency-name: python
  dependency-version: 3.14-alpine
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Use Python 3.13-alpine instead of 3.14-alpine in Dockerfile (#270)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
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.

2 participants