Skip to content

Commit

Permalink
update python and os x
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Sep 9, 2024
1 parent 06f351f commit be77163
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: "3.11"
- uses: pre-commit/action@v3.0.0

tests:
Expand All @@ -26,10 +26,10 @@ jobs:
# Only test the latest major release of Sphinx because otherwise we need to
# keep multiple versions of regression tests on file and this creates lots of
# noise in the tests.
sphinx: ["~=5.0"]
sphinx: ["~=6.0"]
include:
- os: macos-latest
python-version: 3.x
python-version: "3.11"
runs-on: ${{ matrix.os }}

steps:
Expand Down

1 comment on commit be77163

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.