Closed
Description
- Re-enable
numpy
as a test dependency once they provide wheels for3.11
> See Enable3.11
in the CI #1517 - Remove the
if: ${{ always() }}
line from thecoverage
CI jobs - Handle PEP654 (Support catching multiple exceptions introduced in pep654 in python 3.11 pylint#7703) Add Trystar nodes from python 3.11 #2028
-
FormattedValue.conversion
is a required field (instead of optional). This was an error in the Python documentation which was addressed recently. https://docs.python.org/3.11/library/ast.html#ast.FormattedValue bpo-46289: Make conversion of FormattedValue not optional on ASDL python/cpython#30467 > UpdateFormattedValue.postinit
and its brain #2029 - [Optional] We could add an enum for
FormattedValue.conversion
. The int values can be confusion on its own. > Decided not to.