diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 75767cf..8125ff0 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 5c01261..ae39c04 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 }} diff --git a/setup.cfg b/setup.cfg index 0b4ab30..dc88f3c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,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