Skip to content

Commit 495e5cb

Browse files
ylil93tseaver
authored andcommitted
Add compatibility check badges to READMEs. (#8288)
1 parent bee4b07 commit 495e5cb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Core Library for Google Client Libraries
22
========================================
33

4-
|pypi| |versions|
4+
|pypi| |versions| |compat_check_pypi| |compat_check_github|
55

66
This library is not meant to stand-alone. Instead it defines
77
common helpers used by all Google API clients. For more information, see the
@@ -12,6 +12,10 @@ common helpers used by all Google API clients. For more information, see the
1212
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-api_core.svg
1313
:target: https://pypi.org/project/google-api_core/
1414
.. _documentation: https://googleapis.github.io/google-cloud-python/latest/core/
15+
.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-api-core
16+
:target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-api-core
17+
.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dapi_core
18+
:target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dapi_core
1519

1620

1721
Supported Python Versions
@@ -20,4 +24,4 @@ Python >= 3.5
2024

2125
Deprecated Python Versions
2226
--------------------------
23-
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
27+
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.

0 commit comments

Comments
 (0)