Skip to content

Commit fe64ef1

Browse files
committed
ci: add go1.25, py3.13, remove: go1.19, py3.10
1 parent 61d2f46 commit fe64ef1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-22.04]
20-
python: [3.7, 3.8, "3.10", "3.11"]
21-
go: ["1.19", "1.16"]
20+
python: [3.7, 3.8, "3.11", "3.13"]
21+
go: ["1.25", "1.16"]
2222

2323
runs-on: ${{ matrix.os }}
2424

0 commit comments

Comments
 (0)