Skip to content

Conversation

@Sumeet213
Copy link
Contributor

#298

Update mypy from v0.900 (2021) to v1.18.2 (2025) to fix CI failures on Python 3.14.

The old version fails with 'The typed_ast package is not installed' error because typed_ast is incompatible with Python 3.14. GitHub Actions recently started defaulting to Python 3.14 for the check workflow, causing intermittent CI failures.

Tested with Docker python:3.14 image to confirm the fix works.

Update mypy from v0.900 (2021) to v1.18.2 (2025) to fix CI failures on Python 3.14.

The old version fails with 'The typed_ast package is not installed' error because typed_ast is incompatible with Python 3.14. GitHub Actions recently started defaulting to Python 3.14 for the check workflow, causing intermittent CI failures.

Tested with Docker python:3.14 image to confirm the fix works.
@ramnes ramnes merged commit 7762013 into ramnes:main Nov 4, 2025
7 checks passed
@ramnes
Copy link
Owner

ramnes commented Nov 4, 2025

Awesome, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants