Skip to content

Commit

Permalink
py310 for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
Alasdair Wilson committed Jun 26, 2024
1 parent 6486caf commit 5a4d56d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
posargs: --color=yes
envs: |
- linux: py312
- linux: py311
- linux: py310
- linux: py39
test:
needs: [core]
Expand All @@ -46,7 +49,7 @@ jobs:
docs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
with:
default_python: '3.11'
default_python: '3.10'
submodules: false
pytest: false
toxdeps: tox-pypi-filter
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ docs = [
"sphinx-gallery>=0.13.0",
"sphinxext-opengraph>=0.6.0",
"sphinx-hoverxref>=1.3.0",
"sphinx-graphviz>=0.17.0",
]

[tool.setuptools]
Expand Down

0 comments on commit 5a4d56d

Please sign in to comment.