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

Add support for Python 3.12 #45

Closed
Silvanoc opened this issue Oct 16, 2023 · 0 comments · Fixed by #53
Closed

Add support for Python 3.12 #45

Silvanoc opened this issue Oct 16, 2023 · 0 comments · Fixed by #53

Comments

@Silvanoc
Copy link
Contributor

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.

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant