Skip to content

Commit 9419bf8

Browse files
committed
Update python-package.yml
1 parent 1d28985 commit 9419bf8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [3.8, 3.9]
17+
python-version: [3.8, 3.9, 3.10]
1818

1919
steps:
2020
- uses: actions/checkout@v2
@@ -32,6 +32,9 @@ jobs:
3232
- name: Lint with pep8
3333
run: |
3434
pycodestyle --max-line-length=140 --ignore=E501 --first --statistics postgresql_kernel
35+
- name: Perpare for static check
36+
run: |
37+
mypy --install-types
3538
- name: Static check with mypy
3639
run: |
3740
mypy --ignore-missing-imports --show-column-numbers --follow-imports=silent --check-untyped-defs --disallow-untyped-defs --no-implicit-optional --warn-unused-ignores --scripts-are-modules postgresql_kernel

0 commit comments

Comments
 (0)