Skip to content

Commit

Permalink
grpc-1.67: Add python 3.13 support
Browse files Browse the repository at this point in the history
Signed-off-by: dann frazier <[email protected]>
  • Loading branch information
dannf committed Nov 14, 2024
1 parent 283538c commit 713056e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grpc-1.67.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ data:
3.10: '310'
3.11: '311'
3.12: '312'
3.13: '300'

environment:
contents:
Expand Down Expand Up @@ -143,6 +144,7 @@ subpackages:
- py3.10-grpcio-${{vars.major-minor-version}}
- py3.11-grpcio-${{vars.major-minor-version}}
- py3.12-grpcio-${{vars.major-minor-version}}
- py3.13-grpcio-${{vars.major-minor-version}}

- name: ${{package.name}}-dev
pipeline:
Expand Down

0 comments on commit 713056e

Please sign in to comment.