Skip to content

1.4.5 - Fix issue with "inspect" on Python 3.11

Compare
Choose a tag to compare
@mdmintz mdmintz released this 24 May 22:11
· 48 commits to master since this release
721cbb8

Fix issue with "inspect" on Python 3.11

  • Fix issue with inspect on Python 3.11
    --> 0775045
    --> Fixes AttributeError: module 'inspect' has no attribute 'getargspec'.
    --> This resolves #4