Skip to content

Commit

Permalink
Update minimal python version and update poetry.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
h3llrais3r committed Nov 28, 2021
1 parent ae77d97 commit 1fead46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 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
Expand Up @@ -27,7 +27,7 @@ packages = [{ include = "autosubliminal" }, { include = "AutoSubliminal.py" }]

[tool.poetry.dependencies]
# Python version
python = ">=3.6,<4"
python = ">=3.6.1,<4"

# Runtime dependencies
babelfish = "0.6.0"
Expand Down

0 comments on commit 1fead46

Please sign in to comment.