crs4 / hl7apy

Python library to parse, create and handle HL7 v2 messages.
http://crs4.github.io/hl7apy/
MIT License
231 stars 91 forks source link

Highest supported Python version? #122

Open Dylan-Cairns opened 4 months ago

Dylan-Cairns commented 4 months ago

Hello, what is the highest version of Python supported by hl7apy?

The documentation says the highest supported version is 3.7.9, but this commit message mentions testing in 3.12.

Thanks!

svituz commented 4 months ago

Hi, hl7apy supports Python 3.12. The doc is outdated and we need to update it. Thanks for point it out

Dylan-Cairns commented 4 months ago

Got it thanks!