You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Python 3.11 support to google-fhir.
As the distutils module is formally marked as deprecated in Python 3.10 and 3.11 and will no longer be installed from 3.12, this change also removes the usage of it according to https://peps.python.org/pep-0632/#migration-advice.
PiperOrigin-RevId: 567332713