-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python 3.12 support / imp module deleted (#1669)
* Add python 3.12 to CI matrix Signed-off-by: Evan Blaudy <[email protected]> * Stop using imp module it's deprecated since python 3.4 and removed in python 3.12 Signed-off-by: Evan Blaudy <[email protected]> * Fix AttributeError: 'VendorImporter' object has no attribute '_path' in Python 3.12 for autogen_serialized_datamodel.py Signed-off-by: Evan Blaudy <[email protected]> * Update pybind11 submodule to latest tag (v2.11.1) Signed-off-by: Evan Blaudy <[email protected]> * Fix opentimelineio.url_utils.filepath_from_url for windows URL in python 3.12 Signed-off-by: Evan Blaudy <[email protected]> * In python-package.yml workflow upgrade pypa/cibuildwheel to v2.16.2 to support python 3.12 Signed-off-by: Evan Blaudy <[email protected]> --------- Signed-off-by: Evan Blaudy <[email protected]>
- Loading branch information
Showing
5 changed files
with
28 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule pybind11
updated
75 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters