qBraid
qBraid copied to clipboard
Add testing support for Python 3.12
All of the packages in requirements.txt and requirements-dev.txt, pyquil is the only package that doesn't support Python 3.12. So this will require refactoring some of the unit tests so that when running tests using Python 3.12, any tests that require pyquil are skipped. However, we want to ensure that we are not inadvertently skipping other tests in the process.