iqsharp
iqsharp copied to clipboard
Update Python to 3.9
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.