Skip to content

Drop Python 3.12 support#44

Merged
mavam merged 4 commits into
mainfrom
topic/simplify-ci-matrix
May 12, 2026
Merged

Drop Python 3.12 support#44
mavam merged 4 commits into
mainfrom
topic/simplify-ci-matrix

Conversation

@mavam
Copy link
Copy Markdown
Member

@mavam mavam commented May 12, 2026

🔍 Problem

  • CI still spends coverage on Python 3.12 even though the project can move to a newer supported floor.
  • The matrix has redundant include/exclude logic and repeats artifact smoke checks across operating systems.

🛠️ Solution

  • Require Python 3.13 or newer and advertise Python 3.13/3.14 support.
  • Run the full quality gate on Python 3.13 and compatibility tests on Python 3.14.
  • Keep macOS coverage for tests while reducing artifact smoke testing to one Ubuntu job.

💬 Review

  • Check whether keeping one macOS Python 3.14 test job is the right balance for path and subprocess behavior.
  • Check whether release and publish workflows should continue building on the minimum supported Python version.

mavam added 4 commits May 12, 2026 15:52
Require Python 3.13 or newer and simplify CI around the supported floor plus the current stable runtime. Keep the full quality gate on 3.13 while testing 3.14 on Ubuntu and macOS.

Assisted-by: GPT-5 (Codex)
Add an unreleased changelog entry for the Python support floor change so the breaking requirement is visible in release notes.

Assisted-by: GPT-5 (Codex)
Use shorter labels for the Python support matrix checks so the required PR statuses are easier to scan.

Assisted-by: GPT-5 (Codex)
Classify the Python 3.13 requirement changelog entry as a change instead of a breaking entry.

Assisted-by: GPT-5 (Codex)
@mavam mavam merged commit a577f9d into main May 12, 2026
3 checks passed
@mavam mavam deleted the topic/simplify-ci-matrix branch May 12, 2026 14:44
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