diff --git a/pyproject.toml b/pyproject.toml index b99079e..c672d99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "schemainspect" -version = "2.0" +version = "3.0" authors = [ "Robert Lechte ",] license = "Unlicense" readme = "README.md" @@ -10,7 +10,7 @@ repository = "https://github.com/djrobstep/schemainspect" homepage = "https://github.com/djrobstep/schemainspect" [tool.poetry.dependencies] -python = ">=2.7,<4" +python = ">=3.6,<4" six = "*" sqlalchemy = "*"