Skip to content

Commit

Permalink
Downgrade to Python 3.9 required by Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Sep 28, 2023
1 parent 2a445fb commit 77c0776
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 4 deletions.
41 changes: 39 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"
repository = "https://github.com/gdcc/dataversecommunity.global"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.9"
taskipy = "^1.10.3"

Sphinx = "^7.2.6"
Expand All @@ -35,4 +35,4 @@ docs-live = "poetry run sphinx-autobuild source build/html --open-browser --dela

[build-system]
requires = ["poetry-core>=1.2.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"

0 comments on commit 77c0776

Please sign in to comment.