crs4 / hl7apy

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

Highest supported Python version? #122

Open Dylan-Cairns opened 1 week ago

Dylan-Cairns commented 1 week 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 5 days 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 days ago

Got it thanks!