google / pytype

A static type analyzer for Python code
https://google.github.io/pytype
Other
4.73k stars 276 forks source link

Ensure python 3.12 support for pylint by requiring pylint >=3.0.0 #1767

Closed wyattscarpenter closed 2 weeks ago

wyattscarpenter commented 2 weeks ago

Python 3.12 support was officially introduced in pylint 3.0.0 (Python 3.7 support, which we don't need, was officially dropped) https://pylint.pycqa.org/en/stable/whatsnew/3/3.0/index.html

oprypin commented 2 weeks ago

This was merged as https://github.com/google/pytype/commit/a39c35dc143fb8ff2666dd526c3594e8543a91e6, sorry that the system didn't recognize that