Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 8ad6f2b

Browse files
committed
refactor: reword default string for min_python
1 parent 8d19eb2 commit 8ad6f2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/api_core/_python_version_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def min_python(date: datetime.date) -> str:
221221
for version, info in sorted(PYTHON_VERSION_INFO.items()):
222222
if info.python_start <= date < info.python_eol:
223223
return f"{version[0]}.{version[1]}"
224-
return "at a supported version"
224+
return "at a currently supported version [https://devguide.python.org/versions]"
225225

226226
if gapic_end < today:
227227
message = _flatten_message(

0 commit comments

Comments
 (0)