Skip to content

Commit 5fea48f

Browse files
authored
Update pandas_gbq/__init__.py
1 parent d58423d commit 5fea48f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas_gbq/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
sys_major, sys_minor, sys_micro = _versions_helpers.extract_runtime_version()
1414
if sys_major == 3 and sys_minor < 9:
1515
warnings.warn(
16-
"pandas-gbq will stop supporting Python versions older than 3.9 "
17-
"in a future release. Your Python version is "
16+
"pandas-gbq no longer supports Python versions older than 3.9. "
17+
"Your Python version is "
1818
f"{sys_major}.{sys_minor}.{sys_micro}. Please update "
1919
"to Python 3.9 or newer to ensure ongoing support. For more details, "
2020
"see: https://cloud.google.com/python/docs/supported-python-versions",

0 commit comments

Comments
 (0)