Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add mypy run on py3.13 #3165

Open
jakkdl opened this issue Dec 22, 2024 · 0 comments
Open

add mypy run on py3.13 #3165

jakkdl opened this issue Dec 22, 2024 · 0 comments

Comments

@jakkdl
Copy link
Member

jakkdl commented Dec 22, 2024

As noticed in #3162 (comment) & #3162 (comment) we have code guarded by if sys.version_info > (3, ...) that currently isn't type checked at all.

So we should probably test both lowest & highest supported python version with mypy. Should be fairly straightforward: duplicate the code in check.sh and fix the one error in _path.py.

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

No branches or pull requests

1 participant