Skip to content

v2024.0808.014417

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Aug 01:44
· 42 commits to master since this release
Fix for Python 3.9

Python 3.9 is still supported, but Python 3.9 does not support type
unions with the `|` operator. This change removes these in favor of
`Union[...]` or `Optional[...]` as appropriate.

Confirmed all tests pass using Python 3.9