Remove Python 3.5 support

This commit is contained in:
Boston Walker
2022-01-12 15:53:05 -05:00
parent 6070370193
commit d6c7b01ddf
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ packages = [
build = "build.py"
[tool.poetry.dependencies]
python = "^3.5"
python = "^3.6"
[tool.poetry.dev-dependencies]