dwavesystems / dwave-system

An API for easily incorporating the D-Wave system as a sampler, either directly or through Leap's cloud-based hybrid samplers
https://docs.ocean.dwavesys.com/
Apache License 2.0
87 stars 61 forks source link

Add testing/support for Python 3.12 #506

Closed arcondello closed 8 months ago

arcondello commented 8 months ago

Closes https://github.com/dwavesystems/dwave-system/issues/505

We don't currently do max/min dependency range testing. We really should but I will leave that to a followup PR.

I am guessing that we can rework some of DWaveSampler._get_solver(), but I will leave that for a followup PR.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (63556d7) 89.79% compared to head (2e70d8e) 87.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #506 +/- ## ========================================== - Coverage 89.79% 87.70% -2.09% ========================================== Files 24 24 Lines 1675 1675 ========================================== - Hits 1504 1469 -35 - Misses 171 206 +35 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.