-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Remove Python 3.10 support, update abseil version + change uses of MutexLock #1424
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
base: master
Are you sure you want to change the base?
Conversation
Update one missing instance of the old abseil version
|
From https://github.com/google-deepmind/open_spiel/actions/runs/20676631630/job/59365126320 when building the Python 3.10 wheel: Unfortunately we have to wait on this until Python 3.10 is removed. |
|
We might remove Python 3.10 early since it's causing other issues and people can still use older versions. See discussion here: #1419 (comment) |
|
Same problem: This appears to be a problem with abseil and related to MacOS and only on Intel. I will try removing the Intel Mac wheels. |
Delayed until we are ready to remove support for Python 3.10
MutexLock(&lock)toMutexLock(lock)