Skip to content

Remove stale references to Python 3.9 - #1740

Open
mjameswh wants to merge 1 commit into
mainfrom
remove-stale-python-3.9-references
Open

Remove stale references to Python 3.9#1740
mjameswh wants to merge 1 commit into
mainfrom
remove-stale-python-3.9-references

Conversation

@mjameswh

Copy link
Copy Markdown
Contributor

The SDK has required Python 3.10+ since #885, but a few doc lines and comments still mentioned 3.9. This also drops skip_unfinished_handler_tests_in_older_python(), whose sys.version_info < (3, 10) guard can no longer be true.

@mjameswh
mjameswh requested a review from a team as a code owner August 11, 2026 21:24
# If not sync and there's a task, cancel it
if not self.sync and self.task:
# TODO(cretz): Check that Python >= 3.9 and set msg?
# TODO(cretz): Set msg?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can we just do this now?

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