googleapis / synthtool

Apache License 2.0
87 stars 82 forks source link

chore(python): Use latest python runtime in prerelease_deps session #1984

Closed parthea closed 1 month ago

parthea commented 1 month ago

This PR updates the prerelease_deps nox session in the python_library templates to match the python_mono_repo_library templates so that only the latest python runtime is used.

https://github.com/googleapis/synthtool/blob/8c5db447e092c91f728cb618cc1d249d88860f7d/synthtool/gcp/templates/python_library/noxfile.py.j2#L439-L444

https://github.com/googleapis/synthtool/blob/8c5db447e092c91f728cb618cc1d249d88860f7d/synthtool/gcp/templates/python_mono_repo_library/noxfile.py.j2#L448-L453