nhsengland / NHSSynth

Package to accompany P41
https://nhsengland.github.io/NHSSynth/
MIT License
4 stars 1 forks source link

Python 3.9 doesn't work due to pipe union type hints #52

Closed HarrisonWilde closed 1 year ago

HarrisonWilde commented 1 year ago

Describe the bug See title.

To Reproduce Try to run the package on 3.9.

Expected behavior Self explanatory.

Additional context We only use the | operators in a few places, worth dropping to get 3.9 support for now. One day we will move beyond it.