Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ For developers who want to contribute to this package or run tests locally, foll

## Prerequisites

- Python 3.9 or later
- Python 3.10 or later
- Git
- Powershell

Expand Down Expand Up @@ -71,7 +71,7 @@ To provide a more useful version number, set the `PYTHON_VERSION` environment va
The internal Azure Quantum Python SDK client (`azure/quantum/_client`) needs to be re-generated every time there is a change in the [Azure Quantum Service API definition](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/quantum/data-plane) (aka Swagger).

### Prerequisites
- Python 3.8 (or later)
- Python 3.10 (or later)
- NodeJS 18.3 LTS (or later)

### Setup your repo
Expand Down
2 changes: 1 addition & 1 deletion azure-quantum/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def read_requirements(requirement_file: str) -> list[str]:
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires=">=3.8",
python_requires=">=3.10",
install_requires=requirements,
extras_require=extras_require
)
Loading