Closed
Description
I tried to add the Pypy3 env to tox and Travis and the tests were failing because the regex
package doesn't support Pypy/Pypy3 officially.
Should we add support for Pypy3? should we try to remove the dependency on the regex
package (I tried in the past and it's not as simple as it seems)?
Feedback welcomed