inducer / pycuda

CUDA integration for Python, plus shiny features
http://mathema.tician.de/software/pycuda
Other
1.85k stars 288 forks source link

Bump Python compat target to 3.8 #365

Closed inducer closed 2 years ago

inducer commented 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

kaushikcfd commented 2 years ago

Thanks! TIL / for posonly args is fairly new.