Skip to content

Commit 8581612

Browse files
committed
Try mypy also under Python 3.10
1 parent 9ba8b68 commit 8581612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
os: [ubuntu-latest, windows-latest]
42-
python-version: ["3.9", "3.11"]
42+
python-version: ["3.9", "3.10", "3.11"]
4343
runs-on: ubuntu-latest
4444
steps:
4545
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)