Skip to content

Commit

Permalink
Merge pull request #30 from lsst-sqre/tickets/DM-44571
Browse files Browse the repository at this point in the history
Sasquatch documentation updates
  • Loading branch information
afausti authored May 31, 2024
2 parents d4fb89b + d0a8863 commit 18bf7fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run tox
uses: lsst-sqre/run-tox@v1
with:
python-version: "3.10"
python-version: "3.12"
tox-envs: "docs"
# Add docs-linkcheck when the docs and PyPI package are published
# tox-envs: "docs,docs-linkcheck"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Operating System :: POSIX",
"Typing :: Typed",
]
requires-python = ">=3.8"
requires-python = ">=3.12"
dependencies = ["sphinxcontrib-youtube"]
dynamic = ["version"]

Expand Down

0 comments on commit 18bf7fe

Please sign in to comment.