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

Commit 0f0afeb

Browse files
committed
chore: update version and README
1 parent a0a278a commit 0f0afeb

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,19 @@ common helpers used by all Google API clients. For more information, see the
1616

1717
Supported Python Versions
1818
-------------------------
19-
Python >= 3.7
19+
Python >= 3.9
2020

2121

2222
Unsupported Python Versions
2323
---------------------------
2424

25-
Python == 2.7, Python == 3.5, Python == 3.6.
25+
Python == 2.7, Python == 3.5, Python == 3.6, Python == 3.7, Python == 3.8.
2626

2727
The last version of this library compatible with Python 2.7 and 3.5 is
2828
`google-api-core==1.31.1`.
2929

3030
The last version of this library compatible with Python 3.6 is
3131
`google-api-core==2.8.2`.
32+
33+
The last version of this library compatible with Python 3.7 and 3.8 is
34+
`google-api-core==2.29.0`.

google/api_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.29.0"
15+
__version__ = "2.29.1"

0 commit comments

Comments
 (0)