Skip to content

Commit a3b841d

Browse files
chore: include py.typed files in release (#138)
chore(python): include py.typed files in release A py.typed file must be included in the released package for it to be considered typed by type checkers. https://www.python.org/dev/peps/pep-0561/#packaging-type-information. See googleapis/python-secret-manager#79 Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Fri Feb 5 17:32:06 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 33366574ffb9e11737b3547eb6f020ecae0536e8 Source-Link: googleapis/synthtool@3336657
1 parent 3f9f118 commit a3b841d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bigquery_storage/quickstart/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def get_pytest_env_vars() -> Dict[str, str]:
8282

8383
# DO NOT EDIT - automatically generated.
8484
# All versions used to tested samples.
85-
ALL_VERSIONS = ["2.7", "3.6", "3.7", "3.8"]
85+
ALL_VERSIONS = ["2.7", "3.6", "3.7", "3.8", "3.9"]
8686

8787
# Any default versions that should be ignored.
8888
IGNORED_VERSIONS = TEST_CONFIG["ignored_versions"]

bigquery_storage/to_dataframe/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def get_pytest_env_vars() -> Dict[str, str]:
8282

8383
# DO NOT EDIT - automatically generated.
8484
# All versions used to tested samples.
85-
ALL_VERSIONS = ["2.7", "3.6", "3.7", "3.8"]
85+
ALL_VERSIONS = ["2.7", "3.6", "3.7", "3.8", "3.9"]
8686

8787
# Any default versions that should be ignored.
8888
IGNORED_VERSIONS = TEST_CONFIG["ignored_versions"]

0 commit comments

Comments
 (0)