In PyMongo we still support Python 3.7, and use [tool.mypy.python_version] to specify our min supported typing version.
The effect of #11554 is that we will have to remove this config and run the tests specifically on Python 3.7. That isn't a problem for us, but I wanted to flag it has a possibly unintended side effect.
In PyMongo we still support Python 3.7, and use
[tool.mypy.python_version]to specify our min supported typing version.The effect of #11554 is that we will have to remove this config and run the tests specifically on Python 3.7. That isn't a problem for us, but I wanted to flag it has a possibly unintended side effect.