jboynyc / textnets

Text analysis with networks.
https://textnets.readthedocs.io/
GNU General Public License v3.0
284 stars 23 forks source link

Compatibility with older Python versions #8

Closed jboynyc closed 4 years ago

jboynyc commented 4 years ago

Right now textnets only supports Python 3.8. That could be changed by:

But only if anyone is actually prevented from using textnets because they use an older Python version.

jboynyc commented 4 years ago

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).