Closed inducer closed 2 years ago
https://gitlab.tiker.net/inducer/pycuda/-/merge_requests/77 inadvertently bumped the Python compatibility target to no longer be 3.8, as evidenced by this failure:
https://github.com/inducer/pycuda/runs/7641044636?check_suite_focus=true#step:4:89
For posterity, that is:
pycuda/gpuarray.py:2151:25: E999 SyntaxError: invalid syntax
cc @kaushikcfd @mitkotak
Thanks! TIL / for posonly args is fairly new.
/
https://gitlab.tiker.net/inducer/pycuda/-/merge_requests/77 inadvertently bumped the Python compatibility target to no longer be 3.8, as evidenced by this failure:
https://github.com/inducer/pycuda/runs/7641044636?check_suite_focus=true#step:4:89
For posterity, that is:
cc @kaushikcfd @mitkotak