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

Support Python 3.12 #6433

Open
3 tasks done
johnthagen opened this issue Oct 17, 2023 · 6 comments · May be fixed by #6717
Open
3 tasks done

Support Python 3.12 #6433

johnthagen opened this issue Oct 17, 2023 · 6 comments · May be fixed by #6717

Comments

@johnthagen
Copy link
Contributor

Checklist

Proposed new feature or change

Support Python 3.12 and upload 3.12 wheels to PyPI for supported platforms.

References

Upstream dependent library tracking issues for 3.12 support

Additional information

Follow on to

@johnthagen
Copy link
Contributor Author

Pytorch 2.2.0 is released with 3.12 wheels

@johnthagen
Copy link
Contributor Author

johnthagen commented Mar 8, 2024

Tensorflow 2.16.1 has been released with 3.12 wheels

@Kroppeb
Copy link

Kroppeb commented Mar 8, 2024

nice

@johnthagen
Copy link
Contributor Author

@ssheorey Just a friendly heads up that it looks like 3.12 support for Open3D could begin now.

@ssheorey
Copy link
Member

Would someone like to take a shot at this one? You can use the Python 3.11 support PR as a reference. This should be much simpler, since we don't expect any significant changes in the CI (PyTorch is still sticking to pre_cxx11 abi and Tensorflow is only available at cxx_11 abi). Happy to help once a basic PR is in place.

@swheaton
Copy link

Would someone like to take a shot at this one? You can use the Python 3.11 support PR as a reference. This should be much simpler, since we don't expect any significant changes in the CI (PyTorch is still sticking to pre_cxx11 abi and Tensorflow is only available at cxx_11 abi). Happy to help once a basic PR is in place.

Gonna give it a shot based on the referenced Py 3.11 PR. Don't know the codebase but it seems simple enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants