diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98cc7c240..9fc6adecf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.13"] + python-version: ["3.10", "3.12"] runs-on: [ubuntu-latest, windows-latest, macos-14] include: diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e40af374c..382328025 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -48,7 +48,7 @@ jobs: - name: Run Sphinx run: > - sphinx-build -M html . HARK-docs -T -c docs -W -j 1 + sphinx-build -M html docs HARK-docs -T -c docs -W -j 1 - name: Set up git for deployment run: |