Skip to content

Commit d2fffcf

Browse files
committed
Upgrade OpenTimelineIO to 18.1
18.1 is shipping with wheels for Python 3.13, which fixes our windows compatibility issue
1 parent ebd0cb2 commit d2fffcf

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
1616
python-version: ['3.11', '3.12', '3.13', '3.14']
17-
exclude:
18-
# Exclude Windows builds for Python 3.13 and 3.14 due to OpenTimelineIO compatibility issues
19-
- os: windows-latest
20-
python-version: '3.13'
21-
- os: windows-latest
22-
python-version: '3.14'
17+
# exclude:
18+
# # Exclude Windows builds for Python 3.13 and 3.14 due to OpenTimelineIO compatibility issues
19+
# - os: windows-latest
20+
# python-version: '3.13'
21+
# - os: windows-latest
22+
# python-version: '3.14'
2323

2424
steps:
2525
- uses: actions/checkout@v4

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ All notable changes to CDL Convert are documented in this file.
2727

2828
- **Build System:** Migrated from setup.py to pyproject.toml with Hatch
2929
- **CI/CD:** Migrated from Travis CI to GitHub Actions
30-
- **Dependencies:** Upgraded OpenTimelineIO to v0.17+
30+
- **Dependencies:** Upgraded OpenTimelineIO to 18.1+
3131
- **Documentation:** Modernized to Sphinx + MyST Parser with Furo theme
3232

3333
### Compatibility

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
]
3434
requires-python = ">=3.11"
3535
dependencies = [
36-
"OpenTimelineIO>=0.17.0",
36+
"OpenTimelineIO>=0.18.1",
3737
"otio-cmx3600-adapter>=1.0.0",
3838
"otio-ale-adapter>=1.0.0",
3939
"defusedxml>=0.7.0",

0 commit comments

Comments
 (0)