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

Bump the latest Python version used in tests to 3.11 #631

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

mdumandag
Copy link
Contributor

No description provided.

@mdumandag mdumandag requested a review from srknzl June 8, 2023 09:17
@mdumandag mdumandag merged commit e91a2a9 into hazelcast:master Jun 8, 2023
@mdumandag mdumandag deleted the 3.11-python branch June 8, 2023 10:58
@msr1132
Copy link

msr1132 commented Jun 22, 2023

we are facing this issue in python 3.11
from hazelcast.config import ClientProperties
ImportError: cannot import name 'ClientProperties' from 'hazelcast.config' (/usr/lib/python3.11/site-packages/hazelcast/config.py)

@mdumandag
Copy link
Contributor Author

@msr1132 which client version are you using? If it is from the 3.x series, we stopped developing it quite some time ago

@msr1132
Copy link

msr1132 commented Jun 22, 2023

hazelcast-python-client==5.3.0
Python 3.11.3

@mdumandag
Copy link
Contributor Author

@msr1132 There is no ClientProperties class in the 5.3.0 or any 4.x or 5.x versions. Are you sure that you are not on client version 3.12?

@msr1132
Copy link

msr1132 commented Jun 22, 2023

we are using 3.x release. what is the fix for 3.x release.

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 this pull request may close these issues.

3 participants