Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.10 + 3.11 support #38

Open
gitpushdashf opened this issue Aug 2, 2021 · 2 comments
Open

Python 3.10 + 3.11 support #38

gitpushdashf opened this issue Aug 2, 2021 · 2 comments

Comments

@gitpushdashf
Copy link

I know that Python 3.10 stable isn't out yet, but it'd be nice to be ready for it if possible.

https://docs.python.org/3.10/whatsnew/3.10.html

Currently, setup.py sets the version range at 3.6-3.9.

https://github.com/google/fhir/blob/master/py/setup.py#L155

$ poetry update
Updating dependencies
Resolving dependencies... (8.4s)

  SolverProblemError

  The current project's Python requirement (>=3.8,<3.11) is not compatible with some of the required packages Python requirement:
    - google-fhir requires Python >=3.6, <3.10, so it will not be satisfied for Python >=3.10,<3.11

  Because google-fhir (0.7.2) requires Python >=3.6, <3.10
   and no versions of google-fhir match >0.7.2,<0.8.0, google-fhir is forbidden.
  So, because hos depends on google-fhir (^0.7.2), version solving failed.
@gitpushdashf
Copy link
Author

Python 3.10 stable is out as of today. Would be great if google-fhir supported it.

Thank you!

@gitpushdashf
Copy link
Author

Hi! Might this be in the works?

Thank you!

@gitpushdashf gitpushdashf changed the title Python 3.10 support Python 3.10 + 3.11 support Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant