From 75c157253567cbb900b19786d4c730583ebe9da3 Mon Sep 17 00:00:00 2001 From: Alan Lujan Date: Tue, 19 Nov 2024 20:00:19 -0500 Subject: [PATCH] Update Python versions and runs-on platforms in CI workflow --- .github/workflows/ci.yml | 2 +- .github/workflows/documentation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: |