We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d2f46 commit fe64ef1Copy full SHA for fe64ef1
1 file changed
.github/workflows/ci.yml
@@ -17,8 +17,8 @@ jobs:
17
strategy:
18
matrix:
19
os: [ubuntu-22.04]
20
- python: [3.7, 3.8, "3.10", "3.11"]
21
- go: ["1.19", "1.16"]
+ python: [3.7, 3.8, "3.11", "3.13"]
+ go: ["1.25", "1.16"]
22
23
runs-on: ${{ matrix.os }}
24
0 commit comments