You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
Hi 👋
This PR introduces a call to
packages_distributions:python-api-core/google/api_core/_python_version_support.py
Line 165 in c97b3a0
This function was introduced in python 3.10 (docs).
This is a breaking change for python 3.9 installing google-api-core
v2.28.*:Can you bump python_requires to >=3.10 and yank all existing
2.28.*versions from PyPI?Until yanking is complete, I'm adding
"google-api-core<2.28;python_version<'3.10"to our requirements.Example CI failure: https://github.com/piskvorky/smart_open/actions/runs/18954411130/job/54127375199
Originally posted by @ddelange in #832 (comment)