Skip to content

Release v0.3.30

Compare
Choose a tag to compare
@brentyi brentyi released this 07 Nov 14:03
· 256 commits to main since this release
64fda6f

PEP 604 support for Python 3.9. (fixes #19)
Improve error message for subcommands with unmatched defaults. (eg x: A | B = C(), where issubclass(C, A) == issubclass(C, B) == False)