PythonVerbalExpressions icon indicating copy to clipboard operation
PythonVerbalExpressions copied to clipboard

Add Python 3.7 support

Open vtitor opened this issue 7 years ago • 2 comments

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

vtitor avatar Jul 30 '18 04:07 vtitor

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.

MapleCCC avatar Aug 07 '20 17:08 MapleCCC

Looks like this is happening in #35!

case avatar May 04 '22 17:05 case