Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Jan 3, 2025
1 parent 9f259f0 commit 23e30d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
# https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
strategy:
matrix:
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
Expand Down
4 changes: 2 additions & 2 deletions samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ avro==1.12.0
protobuf===4.24.4; python_version == '3.7'
protobuf==5.29.2; python_version >= '3.8'
avro==1.12.0
opentelemetry-api==1.29.0; python_version == '3.7'
opentelemetry-sdk==1.29.0; python_version == '3.7'
opentelemetry-api===1.22.0; python_version == '3.7'
opentelemetry-sdk===1.22.0; python_version == '3.7'
opentelemetry-api==1.29.0; python_version >= '3.8'
opentelemetry-sdk==1.29.0; python_version >= '3.8'
opentelemetry-exporter-gcp-trace==1.7.0

0 comments on commit 23e30d9

Please sign in to comment.