Honest python req line

This commit is contained in:
Roberto Alsina 2020-02-05 10:39:37 -03:00
parent 0ee37a0aca
commit 6e59943f73

View File

@ -12,7 +12,7 @@ packages = [
[tool.poetry.dependencies]
pyside2 = ">5.14"
python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9"
python = ">=3.6 <3.9"
[tool.poetry.dev-dependencies]