Skip to content

Commit 329c83c

Browse files
Fix Python 3.9 support and handle PR feedback
- Updated `pytest.ini` to ignore `FutureWarning` and `DeprecationWarning` regarding unsupported Python 3.9 version. - Reverted the addition of `importlib-metadata` dependency in `setup.py` as requested by PR review (empty suggestion interpreted as removal).
1 parent 5fad6c5 commit 329c83c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
# Until this issue is closed
4444
# https://github.com/googleapis/google-cloud-python/issues/10566
4545
"google-cloud-core >= 1.4.4, < 3.0.0",
46-
# "importlib-metadata >= 3.6.0; python_version < '3.10'", # Temp, confirm fix
4746
]
4847
extras = {}
4948

0 commit comments

Comments
 (0)