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

Updated build_osd.py for recent versions of Python 3.x #1333

Merged

Conversation

davidgyu
Copy link
Member

Removed use of distutils for Python 3.x since distutils was removed from Python 3.12.x after being deprecated for a long
time.

This has been tested with both Python2 and Python3 and restores support for macOS-11 CI builds.

Since Python2 is deprecated we'll submit a follow-up change to remove the remaining vestiges of Python2 support.

Fixes #1330

Removed use of distutils for Python 3.x since this module was removed
from Python 3.12.x after being deprecated for a long time.
@davidgyu
Copy link
Member Author

Reviewed internally.

@davidgyu davidgyu merged commit e6112ea into PixarAnimationStudios:release May 16, 2024
4 checks passed
davidgyu added a commit that referenced this pull request May 16, 2024
Updated build_osd.py for recent versions of Python 3.x
@davidgyu davidgyu deleted the dev_fix_build_osd_distutils branch June 29, 2024 01:18
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.

Azure pipelines CI failing on macOS
1 participant