diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index f717f4b309..9298742ac6 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - python: ['3.8', '3.9', '3.10', '3.11'] + python: ['3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v3 with: @@ -63,7 +63,7 @@ jobs: strategy: matrix: - python: ['3.8', '3.9', '3.10', '3.11'] + python: ['3.9', '3.10', '3.11'] env: conda-bld: C:\Miniconda\conda-bld\win-64\ steps: @@ -102,7 +102,7 @@ jobs: strategy: matrix: - python: ['3.8', '3.9', '3.10', '3.11'] + python: ['3.9', '3.10', '3.11'] experimental: [false] runner: [ubuntu-20.04] continue-on-error: ${{ matrix.experimental }} @@ -185,7 +185,7 @@ jobs: shell: cmd /C CALL {0} strategy: matrix: - python: ['3.8', '3.9', '3.10', '3.11'] + python: ['3.9', '3.10', '3.11'] experimental: [false] runner: [windows-latest] continue-on-error: ${{ matrix.experimental }} @@ -300,7 +300,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python: ['3.8', '3.9', '3.10', '3.11'] + python: ['3.9', '3.10', '3.11'] steps: - name: Download artifact uses: actions/download-artifact@v3 @@ -324,7 +324,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python: ['3.8', '3.9', '3.10', '3.11'] + python: ['3.9', '3.10', '3.11'] steps: - name: Download artifact uses: actions/download-artifact@v3 diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index 768d958e02..bae12e4373 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -49,7 +49,7 @@ jobs: if: ${{ !github.event.pull_request || github.event.action != 'closed' }} shell: bash -l {0} run: | - pip install numpy cython setuptools scikit-build cmake sphinx sphinx_rtd_theme pydot graphviz sphinxcontrib-programoutput sphinxcontrib-googleanalytics + pip install numpy cython setuptools scikit-build cmake sphinx"<7.2" sphinx_rtd_theme pydot graphviz sphinxcontrib-programoutput sphinxcontrib-googleanalytics - name: Checkout repo uses: actions/checkout@v3 with: diff --git a/.github/workflows/os-llvm-sycl-build.yml b/.github/workflows/os-llvm-sycl-build.yml index 55d57653f4..d12747f3a9 100644 --- a/.github/workflows/os-llvm-sycl-build.yml +++ b/.github/workflows/os-llvm-sycl-build.yml @@ -97,18 +97,18 @@ jobs: - name: Install system components shell: bash -l {0} run: | - sudo apt-get install ninja-build libtinfo5 + sudo apt-get install libtinfo5 - name: Setup Python uses: actions/setup-python@v4 with: - python-version: '3.9' + python-version: '3.11' architecture: x64 - name: Install dpctl dependencies shell: bash -l {0} run: | - pip install numpy cython setuptools pytest scikit-build cmake + pip install numpy cython setuptools pytest scikit-build cmake ninja - name: Checkout repo uses: actions/checkout@v3