Skip to content

Commit

Permalink
first py3 only release
Browse files Browse the repository at this point in the history
  • Loading branch information
djrobstep committed Jan 28, 2021
1 parent ee74e72 commit 8fe77e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "schemainspect"
version = "2.0"
version = "3.0"
authors = [ "Robert Lechte <robertlechte@gmail.com>",]
license = "Unlicense"
readme = "README.md"
Expand All @@ -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 = "*"

Expand Down

0 comments on commit 8fe77e0

Please sign in to comment.