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

ci: run samples under Python 3.9 / 3.10 - #478

Merged
parthea merged 10 commits into
mainfrom
477-samples-run-under-python-3.9-3.10
Jan 12, 2022
Merged

ci: run samples under Python 3.9 / 3.10#478
parthea merged 10 commits into
mainfrom
477-samples-run-under-python-3.9-3.10

Conversation

@tseaver

Copy link
Copy Markdown
Contributor

Refresh each sample's noxfile via:

$ fornoxfilein samples/*/noxfile.py;doecho"Refreshing $noxfile";
wget -O $noxfile https://github.com/GoogleCloudPlatform/python-docs-samples/raw/main/noxfile-template.py
echo"Blackening samples for $noxfile"
nox -f $noxfile -s blacken
done

Closes#477.

@product-auto-labelproduct-auto-labelBot added api: bigtable Issues related to the googleapis/python-bigtable API. samples Issues that are directly related to samples. labels Dec 8, 2021
Refresh each sample's noxfile via:
----------------------------- %< -----------------------------
$ for noxfile in samples/*/noxfile.py; do
echo "Refreshing $noxfile";
wget -O $noxfile https://github.com/GoogleCloudPlatform/python-docs-samples/raw/main/noxfile-template.py
echo "Blackening samples for $noxfile"
nox -f $noxfile -s blacken
done
----------------------------- %< -----------------------------
Closes#477.
@tseaver
tseaverforce-pushed the 477-samples-run-under-python-3.9-3.10 branch from 83225d7 to 1d23aceCompareDecember 8, 2021 10:48
@tseavertseaver changed the title ci: run samples under Python 3.9 / 3.0ci: run samples under Python 3.9 / 3.10Dec 9, 2021
@tseaver
tseaver requested a review from a teamJanuary 10, 2022 14:47
@partheaparthea mentioned this pull request Jan 10, 2022
1 task
@partheaparthea assigned parthea and unassigned meredithslotaJan 11, 2022
@parthea
partheaforce-pushed the 477-samples-run-under-python-3.9-3.10 branch from 47a609c to 54cddbbCompareJanuary 11, 2022 22:09
@parthea
parthea merged commit 58fa738 into mainJan 12, 2022
@parthea
parthea deleted the 477-samples-run-under-python-3.9-3.10 branch January 12, 2022 10:52
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigtableIssues related to the googleapis/python-bigtable API.samplesIssues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix samples CI runs under Python 3.9 / 3.10.

3 participants

@tseaver@parthea@meredithslota