Skip to content

Update Python version from 3.11 to 3.14#83

Merged
marcieltorres merged 1 commit intomainfrom
feature/upgrade-python-3.14
Feb 15, 2026
Merged

Update Python version from 3.11 to 3.14#83
marcieltorres merged 1 commit intomainfrom
feature/upgrade-python-3.14

Conversation

@marcieltorres
Copy link
Owner

@marcieltorres marcieltorres commented Feb 14, 2026

Summary

  • Update pyproject.toml python dependency from ^3.11 to ^3.14
  • Update Dockerfile base image from python:3.11.0-slim-buster to python:3.14-slim-bookworm
  • Update ruff target-version from py311 to py314
  • Update README.md to reflect Python 3.14 requirement

Motivation

Closes #73

Python 3.14 brings performance improvements, new features, and security updates.

- Update pyproject.toml python dependency from ^3.11 to ^3.14
- Update Dockerfile base image from python:3.11.0-slim-buster to python:3.14-slim-bookworm
- Update ruff target-version from py311 to py314
- Update README documentation to reflect Python 3.14 requirement

Closes #73
@marcieltorres marcieltorres self-assigned this Feb 14, 2026
@marcieltorres marcieltorres merged commit b1ead84 into main Feb 15, 2026
4 checks passed
@marcieltorres marcieltorres deleted the feature/upgrade-python-3.14 branch February 15, 2026 00:00
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.

Update Python version to latest stable (3.14.0)

1 participant