Still working on bpylist2 install error

This commit is contained in:
Rhet Turnbull
2020-04-20 21:35:12 -07:00
parent 1c8eb764f5
commit 8a768e62ce
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
""" version info """ """ version info """
__version__ = "0.28.3" __version__ = "0.28.4"

View File

@@ -86,7 +86,7 @@ setup(
"Click>=7", "Click>=7",
"PyYAML>=5.1.2", "PyYAML>=5.1.2",
"Mako>=1.1.1", "Mako>=1.1.1",
"bpylist2==2.0.3;python_version<'3.8'", # "bpylist2==2.0.3;python_version<'3.8'",
"bpylist2==3.0.0;python_version>='3.8'", "bpylist2==3.0.0;python_version>='3.8'",
"pathvalidate==2.2.1", "pathvalidate==2.2.1",
], ],