iqsharp icon indicating copy to clipboard operation
iqsharp copied to clipboard

Update Python to 3.9

Open anpaz opened this issue 3 years ago • 0 comments

This updates Python to 3.9 for building and testing the QDK's qsharp packages. Among these changes we also:

  • Consolidate all PyPI requirements for building/testing the packages into src/Python/requirements.txt.
  • These requirements are installed automatically when invoking bootstrap.ps1
  • Most versions of these requirements have been locked to prevent spurious build failures.
  • CI steps for building conda packages have also been simplified to not be duplicated for different platforms.

anpaz avatar Jun 17 '22 22:06 anpaz