Skip to content

Commit 865273a

Browse files
committed
Drop support for Python 3.6
1 parent ff4f772 commit 865273a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
include = ["LICENSE", "README.md"]
2828

2929
[tool.poetry.dependencies]
30-
python = ">=3.6,<4.0"
30+
python = ">=3.7,<4.0"
3131
pymediainfo = "^5.1.0"
3232
pyd2v = "^1.3.0"
3333
more-itertools = "^8.8.0"

0 commit comments

Comments
 (0)