numba / numba-rvsdg

Numba compatible RVSDG (Regionalized Value State Dependence Graph) utilities.
https://numba-rvsdg.readthedocs.io/
BSD 2-Clause "Simplified" License
18 stars 7 forks source link

Simulator test fixes for Python 3.12 version upgrade #109

Closed kc611 closed 11 months ago

kc611 commented 1 year ago

As titled,

This PR adds a fixes for the simulator tests that fail during shift to Python 3.12.

esc commented 1 year ago

Fix for the RTD build failure is here: https://github.com/numba/numba-rvsdg/pull/110

esc commented 1 year ago

Fix for the RTD build failure is here: #110

Seems like the fix is good. @kc611 would suggest you review and merge that and then rebase this PR onto resulting main. Sound like a plan?