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 d58423d commit 5fea48fCopy full SHA for 5fea48f
pandas_gbq/__init__.py
@@ -13,8 +13,8 @@
13
sys_major, sys_minor, sys_micro = _versions_helpers.extract_runtime_version()
14
if sys_major == 3 and sys_minor < 9:
15
warnings.warn(
16
- "pandas-gbq will stop supporting Python versions older than 3.9 "
17
- "in a future release. Your Python version is "
+ "pandas-gbq no longer supports Python versions older than 3.9. "
+ "Your Python version is "
18
f"{sys_major}.{sys_minor}.{sys_micro}. Please update "
19
"to Python 3.9 or newer to ensure ongoing support. For more details, "
20
"see: https://cloud.google.com/python/docs/supported-python-versions",
0 commit comments