-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add support for Python 3.12 #45
Comments
Silvanoc
added a commit
that referenced
this issue
Nov 6, 2023
Upgrading greenlet version to have support for Python v3.12. See here for more information: python-greenlet/greenlet#323 Closes #45 Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
Silvanoc
added a commit
that referenced
this issue
Nov 9, 2023
Upgrading greenlet version to have support for Python v3.12. See here for more information: python-greenlet/greenlet#323 Closes #45 Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
Silvanoc
added a commit
that referenced
this issue
Nov 9, 2023
Upgrading greenlet version to have support for Python v3.12. See here for more information: python-greenlet/greenlet#323 Closes #45 Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
Silvanoc
added a commit
that referenced
this issue
Nov 9, 2023
Upgrading greenlet version to have support for Python v3.12. See here for more information: python-greenlet/greenlet#323 Closes #45 Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
Silvanoc
added a commit
that referenced
this issue
Nov 9, 2023
Upgrading greenlet and pyYAML versions to have support for Python v3.12. See here for more information: python-greenlet/greenlet#323 Closes #45 Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
Silvanoc
added a commit
that referenced
this issue
Nov 9, 2023
Upgrading greenlet, pyYAML and typing_extensions versions to have support for Python v3.12. See here for more information: python-greenlet/greenlet#323 Closes #45 Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
Silvanoc
added a commit
that referenced
this issue
Nov 9, 2023
Upgrading greenlet, pyYAML and typing_extensions versions to have support for Python v3.12. See here for more information: python-greenlet/greenlet#323 Closes #45 Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This package cannot be installed on Python 3.12 due to an issue with
greenlet
.The version of greenlet being installed according
poetry.lock
(2.0.1) cannot be built on Python 3.12. That issue has been fixed on greenlet 3.0.0. Dependencies need to be adapted accordingly in order to have support for Python 3.12 in this package and all dependants.The text was updated successfully, but these errors were encountered: