Skip to content

Upgrade Python to 3.14#73

Merged
Ch00k merged 1 commit into
mainfrom
upgrade-python
Dec 22, 2025
Merged

Upgrade Python to 3.14#73
Ch00k merged 1 commit into
mainfrom
upgrade-python

Conversation

@Ch00k

@Ch00k Ch00k commented Dec 22, 2025

Copy link
Copy Markdown
Owner

No description provided.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread pyproject.toml
homepage = "https://mottle.it"
repository = "https://github.com/Ch00k/mottle"
requires-python = ">=3.12,<3.13"
requires-python = ">=3.14"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Align project Python requirement with Docker base

Raising requires-python to >=3.14 will cause installs to fail in the existing Docker build because both builder and runtime images are still pinned to Python 3.12 (ghcr.io/astral-sh/uv:python3.12-bookworm-slim). With uv sync --locked in the Dockerfile, uv will refuse to install a project that declares >=3.14, so container builds (and any 3.12-based deploys) will break unless the base image is updated to 3.14 at the same time.

Useful? React with 👍 / 👎.

@codecov

codecov Bot commented Dec 22, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 44.61%. Comparing base (cb5b843) to head (3df8f53).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #73      +/-   ##
==========================================
- Coverage   45.31%   44.61%   -0.70%     
==========================================
  Files          42       42              
  Lines        3145     3109      -36     
  Branches      332      332              
==========================================
- Hits         1425     1387      -38     
  Misses       1700     1700              
- Partials       20       22       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Ch00k Ch00k changed the title Use custom SSL context to avoid 403's from Cloudflare Upgrade Python to 3.14 Dec 22, 2025
@Ch00k Ch00k merged commit 8868daf into main Dec 22, 2025
3 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.

1 participant