Skip to content

Commit

Permalink
Update Python version requirement to >=3.12
Browse files Browse the repository at this point in the history
- That's required to use the latest version of documenteer
  • Loading branch information
afausti committed May 30, 2024
1 parent 3a7f3fc commit d0a8863
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 d0a8863

Please sign in to comment.