Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit a6dffb8

Browse files
chore: update language of py2 admonition, add 3.8 unit tests (#45)
1 parent 1ff6a08 commit a6dffb8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/_templates/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
<div class="body" role="main">
2323
<div class="admonition" id="python2-eol">
24-
On January 1, 2020 this library will no longer support Python 2 on the latest released version.
25-
Previously released library versions will continue to be available. For more information please
24+
As of January 1, 2020 this library no longer supports Python 2 on the latest released version.
25+
Library versions released prior to that date will continue to be available. For more information please
2626
visit <a href="https://cloud.google.com/python/docs/python2-sunset/">Python 2 support on Google Cloud</a>.
2727
</div>
2828
{% block body %} {% endblock %}

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
DEFAULT_PYTHON_VERSION = "3.8"
3030
SYSTEM_TEST_PYTHON_VERSIONS = ["2.7", "3.8"]
31-
UNIT_TEST_PYTHON_VERSIONS = ["2.7", "3.5", "3.6", "3.7"]
31+
UNIT_TEST_PYTHON_VERSIONS = ["2.7", "3.5", "3.6", "3.7", "3.8"]
3232

3333

3434
@nox.session(python=DEFAULT_PYTHON_VERSION)

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-bigquery-storage.git",
7-
"sha": "eebe11dd6c932464814fe9914347fb9f5708fe4e"
7+
"sha": "1ff6a08d5a7f17a2c8b7c40295c71a6ca7c12054"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "cf2eff09d0f5319a4dc5cdce2b6356d85af4a798"
22+
"sha": "303271797a360f8a439203413f13a160f2f5b3b4"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)