XanaduAI / strawberryfields

Strawberry Fields is a full-stack Python library for designing, simulating, and optimizing continuous variable (CV) quantum optical circuits.
https://strawberryfields.ai
Apache License 2.0
754 stars 191 forks source link

Remove traces of Python 3.5 #385

Closed thisac closed 4 years ago

thisac commented 4 years ago

Context: Support for Python 3.5 is deprecated and thus shouldn't be stated anywhere in Strawberry Fields.

Description of the Change: Traces of Python 3.5 is removed from setup.py, README.rst, the documentation install.html, and the development guide.

Benefits: No mentions of Python 3.5 will be left in Strawberry Fields: the readme will display the correct version along with the development guide, and all installation files will be set to ignore this version of Python.

Possible Drawbacks: N/A

Related GitHub Issues: N/A

codecov[bot] commented 4 years ago

Codecov Report

Merging #385 into master will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #385   +/-   ##
=======================================
  Coverage   97.78%   97.78%           
=======================================
  Files          52       52           
  Lines        6448     6448           
=======================================
  Hits         6305     6305           
  Misses        143      143           
Impacted Files Coverage Δ
strawberryfields/_version.py 100.00% <100.00%> (ø)
strawberryfields/decompositions.py 99.66% <100.00%> (ø)

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 627b8e6...6840336. Read the comment docs.