numba / llvmlite

A lightweight LLVM python binding for writing JIT compilers
https://llvmlite.pydata.org/
BSD 2-Clause "Simplified" License
1.94k stars 321 forks source link

Bump minimum supported Python version to 3.9 #1018

Closed kc611 closed 11 months ago

kc611 commented 11 months ago

As titled,

This PR bumps the supported Python version to 3.9.

stuartarchibald commented 11 months ago

Thanks for the patch, suggest getting #1017 merged first and then review and fix up this one once the conflicts are resolved?