Skip to content

CI/CD Tests for Python 3.9+

Added extra CI/CD jobs for running unit tests in Python 3.9, 3.10, and 3.11.

3.11 is currently failing due to Numba not being released for 3.11 yet, so I have marked this as allow_failure: true, which will help notify us whenever all dependencies are available.

Merge request reports