Skip to content

Commit aff770d

Browse files
authored
Merge pull request #216 from edgarrmondragon/python3.13
Test with Python 3.13
2 parents f73a6f2 + 11534d9 commit aff770d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
branches: ["*"]
99
env:
10-
GRPC_VERSION: "1.62"
10+
GRPC_VERSION: "1.68"
1111
BUF_VERSION: "1.30.0"
1212
jobs:
1313
pytest:
@@ -21,6 +21,7 @@ jobs:
2121
- "3.10"
2222
- "3.11"
2323
- "3.12"
24+
- "3.13"
2425
steps:
2526
- uses: "actions/checkout@v4"
2627
- uses: "actions/setup-python@v5"

0 commit comments

Comments
 (0)