Closed jboynyc closed 4 years ago
Right now textnets only supports Python 3.8. That could be changed by:
textnets
typing.Literal
functools.cached_property
But only if anyone is actually prevented from using textnets because they use an older Python version.
Done. Starting with the next release, textnets will be compatible with Python 3.7 as well. Python 3.6 is more difficult because it lacks support for some type annotation features (as shown in this test).
Right now
textnets
only supports Python 3.8. That could be changed by:typing.Literal
functools.cached_property
But only if anyone is actually prevented from using
textnets
because they use an older Python version.