Skip to content

Commit

Permalink
Remove support for Google Ads API v13
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRKarl committed Jan 16, 2024
1 parent dbe48b3 commit 045782b
Show file tree
Hide file tree
Showing 1,326 changed files with 3 additions and 221,088 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
* 23.0.0
- Remove support for Python 3.7
- Add support for Python 3.11 and 3.12
- Remove support for Google Ads API v13
- Add Docker support for unit tests
- Switch to a native/implicit namespace package
- Remove usage of pkg_resources
Expand Down
6 changes: 1 addition & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ Build Status

Requirements
------------
* Python 3.7+

Note that Python 3.7 is deprecated in this package, and it will become fully
incompatible in a future version. Please upgrade to Python 3.8 or higher to
ensure you can continue using this package to access the Google Ads API.
* Python 3.8+

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion google/ads/googleads/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

_SERVICE_CLIENT_TEMPLATE = "{}Client"

_VALID_API_VERSIONS = ["v15", "v14", "v13"]
_VALID_API_VERSIONS = ["v15", "v14"]
_DEFAULT_VERSION = _VALID_API_VERSIONS[0]

# Retrieve the version of this client library to be sent in the user-agent
Expand Down
1,861 changes: 0 additions & 1,861 deletions google/ads/googleads/v13/__init__.py

This file was deleted.

305 changes: 0 additions & 305 deletions google/ads/googleads/v13/common/__init__.py

This file was deleted.

16 changes: 0 additions & 16 deletions google/ads/googleads/v13/common/gapic_version.py

This file was deleted.

15 changes: 0 additions & 15 deletions google/ads/googleads/v13/common/services/__init__.py

This file was deleted.

15 changes: 0 additions & 15 deletions google/ads/googleads/v13/common/types/__init__.py

This file was deleted.

Loading

0 comments on commit 045782b

Please sign in to comment.