VerbalExpressions / PythonVerbalExpressions

Python regular expressions made easy
1.63k stars 115 forks source link

Add Python 3.7 support #31

Open vtitor opened 6 years ago

vtitor commented 6 years ago

Add Python 3.7 support as soon as it is supported by Travis CI. See the upstream issue travis-ci/travis-ci#9815.

MapleCCC commented 4 years ago

The upstream issue has been closed. Maybe it's time to add Python 3.x support? Also I would recommend to drop Python 2.x support in view of that Python 2.7 reached End-of-Life in Jan. 1st 2020. Some code could be rewritten to get rid of Python 2.x style, e.g. no need to inherit from object anymore in Python 3.x.

case commented 2 years ago

Looks like this is happening in #35!