-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Q1 2024 Release #830
Merged
Q1 2024 Release #830
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove support for Python 3.7 Add Python 3.8, 3.9 and 3.10 to unit tests runs. Instructions to run unit tests: 1. Without Docker: * Make sure you have pyenv installed (go/adr-python). * Make sure Python versions 3.8, 3.9 and 3.10 are installed. * From project root run: pyenv local 3.8 3.9 3.10 * From project root run: nox 2. With Docker: * Make sure you have Docker installed. * From project root run: docker build -t google-ads-python:test . * From project root run: docker run -it google-ads-python:test cd nox Change-Id: I64b1fa622143dced50c690f69410e84f7b7d27bf
Python 3.11 and 3.12. Change-Id: Ie33c74a1f74418550d49e74670c6328eea4279d8
* Removes google/__init__.py and google/ads/__init__.py * Switch to find_namespace_packages in setup.py 2. Remove usage of pkg_resources * Regenerate v13, v14, and v15 stubs with gapic generator v1.13.0 * Remove from googleads/client.py and rely on default transport parameter * Remove from metadata interceptor and reply on __version__ for pb version. Change-Id: I7fec326731ac321be131270843aba6cf5d76cff8
BenRKarl
requested review from
bobhancockg and
AnashOommen
and removed request for
bobhancockg
January 12, 2024 19:14
This was referenced Jan 12, 2024
Closed
AnashOommen
previously approved these changes
Jan 12, 2024
bobhancockg
requested changes
Jan 16, 2024
bobhancockg
previously approved these changes
Jan 17, 2024
bobhancockg
approved these changes
Jan 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
pkg_resources
anddistutils
in client code and generated code.