Skip to content

Conversation

@yuandrew
Copy link
Contributor

@yuandrew yuandrew commented Nov 25, 2025

What was changed

  • SDK version bump
  • CI upgrade to run 3.14 instead of 3.13
  • Moved from black to ruff to mirror SDK lib for linting
  • Marked samples with libs that don't support 3.14's README to reflect this, and skip tests

Why?

new release

Checklist

  1. Closes

  2. How was this tested:

  1. Any docs updates needed?

@yuandrew yuandrew requested a review from a team as a code owner November 25, 2025 21:53
Copy link
Contributor

@VegetarianOrc VegetarianOrc left a comment

Choose a reason for hiding this comment

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

LGTM, but let's take this opportunity to fix the CI pipeline as well.

Would you mind updating the tests to run python 3.10 & 3.14 and update the macos targets to use macos-15-intel and macos-latest like the SDK does?

config = ClientConfig.load_client_connect_config()
config.setdefault("target_host", "localhost:7233")
config.setdefault("namespace", NAMESPACE),
(config.setdefault("namespace", NAMESPACE),)
Copy link
Contributor

Choose a reason for hiding this comment

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

This is probably harmless, but the new formatter highlights the trailing comma.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

that looks gnarly, fixed up

@yuandrew yuandrew merged commit 6de4916 into temporalio:main Dec 5, 2025
11 checks passed
@yuandrew yuandrew deleted the sdk-python-1-20-0 branch December 5, 2025 17:21
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