Skip to content

Commit

Permalink
Remove upper bound from Python version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
sisp committed Aug 28, 2022
1 parent 87a891c commit 3a356c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -32,7 +32,7 @@ readme = "README.md"
license = "MIT"

[tool.poetry.dependencies]
python = "^3.6"
python = ">=3.6"
prompt_toolkit = ">=2.0,<4.0"
Sphinx = {version = ">=4.1,<6.0", optional = true}
sphinx-rtd-theme = {version = ">=0.5,<1.1", optional = true}
Expand Down

0 comments on commit 3a356c6

Please sign in to comment.