We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d19eb2 commit 8ad6f2bCopy full SHA for 8ad6f2b
google/api_core/_python_version_support.py
@@ -221,7 +221,7 @@ def min_python(date: datetime.date) -> str:
221
for version, info in sorted(PYTHON_VERSION_INFO.items()):
222
if info.python_start <= date < info.python_eol:
223
return f"{version[0]}.{version[1]}"
224
- return "at a supported version"
+ return "at a currently supported version [https://devguide.python.org/versions]"
225
226
if gapic_end < today:
227
message = _flatten_message(
0 commit comments