diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index cdbdd4f..dcc5638 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -22,7 +22,7 @@ jobs: # Run jobs for a couple of Python versions. strategy: matrix: - python: ["3.8", "3.9", "3.10"] + python: ["3.9", "3.10", "3.11"] name: TestCoverage - Python ${{ matrix.python }} diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index d15befb..b9445ad 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -22,7 +22,7 @@ jobs: # Run jobs for a couple of Python versions. strategy: matrix: - python: ["3.8", "3.9", "3.10"] + python: ["3.9", "3.10", "3.11"] name: Style - Python ${{ matrix.python }} @@ -76,7 +76,7 @@ jobs: with: repository: zapatacomputing/orquestra-forest path: orquestra-forest - + - name: Get orqviz uses: actions/checkout@v2 with: diff --git a/setup.cfg b/setup.cfg index 83f7e7a..e6719eb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ include_package_data = True package_dir = = src packages = find_namespace: -python_requires = >=3.8,!=3.9.7,<3.11 +python_requires = >=3.9,!=3.9.7 install_requires = orquestra-quantum==0.12.0