Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4dee00c

Browse files
committedOct 7, 2024·
includes sys_micro
1 parent bf87597 commit 4dee00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎db_dtypes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def __sub__(self, other):
347347
return super().__sub__(other)
348348

349349

350-
sys_major, sys_minor, _ = _versions_helpers.extract_runtime_version()
350+
sys_major, sys_minor, sys_micro = _versions_helpers.extract_runtime_version()
351351
if sys_major == 3 and sys_minor in (7, 8):
352352
warnings.warn(
353353
"The python-bigquery library will stop supporting Python 3.7 "

0 commit comments

Comments
 (0)
Please sign in to comment.