Increase Python version checked my mypy in CI - #123
Conversation
mypy no longer supports version 3.9
|
My plan is to switch CI to use the Debian 12 which ships mypy that can check for Python 3.9. The next major version will probably increase the Python version to 3.10 or 3.11 anyway. |
|
Oh, I see. If you want to stick with |
|
Never mind, apparently it somehow doesn't... |
|
Because the mypy is installed from PyPI. I am working on updating the CI including the checkout action versions which are no longer supported. |
|
I think I've found a nice way to pin |
|
Maybe that approach works well for your CI update branch? |
|
CI is passing in my branch: 5a58c17 |
|
I will merge it and create a new 0.14.3 release. |
|
Alright, thank you! I'll close this one then |
|
0.14.3 released |
mypyno longer supports version 3.9, incrementing it to 3.10 should fix the CI.