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 bf87597 commit 4dee00cCopy full SHA for 4dee00c
db_dtypes/__init__.py
@@ -347,7 +347,7 @@ def __sub__(self, other):
347
return super().__sub__(other)
348
349
350
-sys_major, sys_minor, _ = _versions_helpers.extract_runtime_version()
+sys_major, sys_minor, sys_micro = _versions_helpers.extract_runtime_version()
351
if sys_major == 3 and sys_minor in (7, 8):
352
warnings.warn(
353
"The python-bigquery library will stop supporting Python 3.7 "
0 commit comments