Skip to content

Commit 10b4768

Browse files
authored
Bump python-version for com2ann to 3.9 (#177)
1 parent 204ba3e commit 10b4768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy_primer/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ def get_projects() -> list[Project]:
643643
),
644644
Project(
645645
location="https://github.com/ilevkivskyi/com2ann",
646-
mypy_cmd="{mypy} --python-version=3.8 src/com2ann.py src/test_com2ann.py",
646+
mypy_cmd="{mypy} --python-version=3.9 src/com2ann.py src/test_com2ann.py",
647647
pyright_cmd="{pyright}",
648648
expected_success=("mypy",),
649649
cost={"mypy": 7},

0 commit comments

Comments
 (0)