Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Relay][Testing][Bugfix]
py_converter
should use correct AST for ve…
…rsions above 3.8 too (#13635) Currently, `relay.testing.py_converter` is checking for using _exactly_ Python 3.8 in order to use certain updated signatures in the `ast` library. However, those signatures are also correct for versions _above_ 3.8. This PR changes the bounds checks so that the converter will work above 3.8.
- Loading branch information