qBraid icon indicating copy to clipboard operation
qBraid copied to clipboard

Add testing support for Python 3.12

Open ryanhill1 opened this issue 1 year ago • 0 comments

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.

ryanhill1 avatar May 15 '24 14:05 ryanhill1