Skip to content

Commit 4dc023d

Browse files
committed
ci: drop python3.4 pytest
1 parent 00a8bf6 commit 4dc023d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobs:
8080
run: |
8181
GOARCH=386 go test $TAGS ./...
8282
GOARCH=amd64 go run ./ci/run-tests.go $TAGS -race $COVERAGE
83-
python3 py3test.py
83+
## FIXME(sbinet): bring back python3.4 or upgrade gpython to python3.x
84+
## python3 py3test.py
8485
- name: Test Windows
8586
if: matrix.platform == 'windows-latest'
8687
run: |

0 commit comments

Comments
 (0)