crs4 / hl7apy

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

Python 3.8 support #115

Closed ancheypeng closed 7 months ago

ancheypeng commented 7 months ago

Is there any known issues with this package on Python 3.8? If not, is there a reason why 3.8 is not listed as a supported version?

The pypi page for the project lists Python 3.8 and 3.9 as classifiers.

yankov-sdx commented 7 months ago

Are you referring to the README.md not listing 3.8? I am using hl7apy on Python 3.12 successfully, but ymmv.

For the latest code on github, it looks like tests are running/passing for Pythons from 3.7 to 3.12.

ancheypeng commented 7 months ago

Yeah mainly just wondering why it specifically lists up to 3.7 on the README, but in other places (pypi and the tests) higher versions are listed as well.

svituz commented 7 months ago

Hi @ancheypeng, we just need to update the README. We don't have any known problems with Python 3.8 or higher