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 9c95bee commit 99c4fd2Copy full SHA for 99c4fd2
tests/unit/test_python_version_support.py
@@ -166,7 +166,7 @@ def test_override_gapic_end_only():
166
today=custom_gapic_end + datetime.timedelta(days=-1)
167
)
168
assert (
169
- result_before_boundary == PythonVersionStatus.PYTHON_VERSION_DEPRECATED
+ result_before_boundary == PythonVersionStatus.PYTHON_VERSION_EOL
170
171
172
result_at_boundary = check_python_version(today=custom_gapic_end)
0 commit comments