Skip to content

Commit

Permalink
Update Python versions and runs-on platforms in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Nov 20, 2024
1 parent ddde4e7 commit 75c1572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 75c1572

Please sign in to comment.