Closed LeXofLeviafan closed 1 year ago
Thank you
I've also updated the tests setup, if you're interested (nose
had no updates in years, and there's a bunch of deprecation warnings printed out when using it).
No idea if the Travis thing still works, but they're running cleanly on the Github CI.
Thank you. Please be aware that I'm not really maintaining this project anymore — but I'm happy to merge easy-to-review PRs.
…Well, I'll just make a pull-request and leave it up for your judgement, I guess.
The package is currently broken on Python 3.11+
inspect.getargspec()
was deprecated since Python 3.0, in favour ofinspect.getfullargspec()
; and in Python 3.11 it got finally removed.