This message was deleted.
# general
s
This message was deleted.
t
Hey @Cody Lee, I’m not actually sure of the answer to this at the moment - what’s the supported Python version range?
c
python2 support was dropped back in feb 2020 (as python2 has long EOL’d) https://github.com/wiremock/python-wiremock/pull/18 It might still technically be syntax compatible but there are no guarantees. Currently tested on py3.7 so anything equal or greater should work
👍 2