Skip to content

Commit ceb308d

Browse files
authored
run pytype_test in python 3.9 (#5425)
1 parent 7372952 commit ceb308d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v2
5656
- uses: actions/setup-python@v2
5757
with:
58-
python-version: 3.6
58+
python-version: 3.9
5959
- run: pip install -r requirements-tests-py3.txt
6060
- run: ./tests/pytype_test.py
6161

0 commit comments

Comments
 (0)