Skip to content

Commit

Permalink
Set Python upper bounds to <4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 19, 2023
1 parent 8f375dd commit f308d9d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ keywords = ["sphinx", "shell", "prompt"]
packages = [{ include = "sphinx_prompt" }, { include = "sphinx_prompt/py.typed" }]

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
python = ">=3.8,<4.0"
Sphinx = "7.0.0"
pygments = "2.15.1"
docutils = "0.19"
Expand Down

0 comments on commit f308d9d

Please sign in to comment.