XanaduAI / blackbird

Blackbird is a quantum assembly language for continuous-variable quantum computation, that can be used to program Xanadu's quantum photonics hardware and Strawberry Fields simulator.
https://quantum-blackbird.readthedocs.io
Apache License 2.0
69 stars 26 forks source link

Add support for Python 3.8 and 3.9 #40

Closed thisac closed 3 years ago

thisac commented 3 years ago

Add support for Python 3.8 and 3.9 in tests and setup.

codecov[bot] commented 3 years ago

Codecov Report

Merging #40 (1ec1879) into master (b8b74b7) will increase coverage by 0.13%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
+ Coverage   97.02%   97.16%   +0.13%     
==========================================
  Files          12       12              
  Lines        1849     1902      +53     
==========================================
+ Hits         1794     1848      +54     
+ Misses         55       54       -1     
Impacted Files Coverage Δ
blackbird_python/blackbird/tests/test_program.py 100.00% <0.00%> (ø)
blackbird_python/blackbird/tests/test_auxiliary.py 100.00% <0.00%> (ø)
blackbird_python/blackbird/tests/test_load_dump.py 100.00% <0.00%> (ø)
blackbird_python/blackbird/listener.py 99.58% <0.00%> (+<0.01%) :arrow_up:
blackbird_python/blackbird/program.py 99.49% <0.00%> (+0.01%) :arrow_up:
blackbird_python/blackbird/tests/test_listener.py 100.00% <0.00%> (+0.30%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b8b74b7...1ec1879. Read the comment docs.