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

Commit e50cad3

Browse files
committed
adds pragma to avoid cover fallure.
1 parent 762a46d commit e50cad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlalchemy_bigquery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
# Now that support for Python 3.7 and 3.8 has been removed, we don't expect the
5353
# following check to succeed. The warning is only included for robustness.
54-
if sys_major == 3 and sys_minor in (7, 8):
54+
if sys_major == 3 and sys_minor in (7, 8): # pragma: NO COVER
5555
warnings.warn(
5656
"The python-bigquery-sqlalchemy library no longer supports Python 3.7 "
5757
"and Python 3.8. "

0 commit comments

Comments
 (0)