Skip to content

ci: align Python version coverage - #4475

Merged
seratch merged 1 commit into
mainfrom
fix/align-ci-python-version-coverage
Aug 17, 2026
Merged

ci: align Python version coverage#4475
seratch merged 1 commit into
mainfrom
fix/align-ci-python-version-coverage

Conversation

@seratch

@seratch seratch commented Aug 17, 2026

Copy link
Copy Markdown
Member

This pull request fixes inconsistent Python version coverage across CI. Windows unit and packaged-contract jobs run on Python 3.10 and 3.14, while general single-version jobs use Python 3.14.

The prospective release-contract job produces one reusable artifact on Python 3.14 without an integration-interpreter override. Python compatibility remains owned by the downstream Linux and Windows packaged-contract matrices.

This pull request resolves #4472.

@seratch
seratch force-pushed the fix/align-ci-python-version-coverage branch 2 times, most recently from 5ae6b7f to f5eeaf1 Compare August 17, 2026 08:11

@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.

Reviewed commit: f5eeaf18f0

ℹ️ 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 .github/workflows/tests.yml
@openai openai deleted a comment from chatgpt-codex-connector Bot Aug 17, 2026
@seratch
seratch enabled auto-merge (squash) August 17, 2026 08:20
@seratch
seratch force-pushed the fix/align-ci-python-version-coverage branch from f5eeaf1 to dcef93c Compare August 17, 2026 08:35
@seratch
seratch merged commit d40f5d9 into main Aug 17, 2026
15 checks passed
@seratch
seratch deleted the fix/align-ci-python-version-coverage branch August 17, 2026 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tests-windows pins one Python version, so clock-resolution bugs are invisible on Windows for 3 of 5 supported versions

1 participant