Skip to content

Commit e34a2ed

Browse files
committed
This *does* actually need OTIO 0.18 or higher
Signed-off-by: Joshua Minor <joshm@pixar.com>
1 parent 678c80b commit e34a2ed

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ jobs:
2222
# When OTIO has an Apple Silicon build we can switch back to macos-latest for that version
2323
os: [ubuntu-latest, windows-latest, macos-14, macos-latest]
2424
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
25-
otio-version: ["0.17.0", "0.18.1", "main"]
26-
exclude:
27-
- otio-version: "0.17.0"
28-
python-version: "3.13"
25+
otio-version: ["0.18.1", "main"]
2926

3027
runs-on: ${{ matrix.os }}
3128

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ license = { file="LICENSE" }
1515
readme = "README.md"
1616
requires-python = ">=3.9"
1717
dependencies = [
18-
"opentimelineio >= 0.17.0"
18+
"opentimelineio >= 0.18.1"
1919
]
2020

2121
classifiers = [

0 commit comments

Comments
 (0)