Skip to content

Commit

Permalink
Use *Python* 3.13 for *OpenImageIO*.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Dec 15, 2024
1 parent 68de1b4 commit b1fc39f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uv run python -c "import imageio;imageio.plugins.freeimage.download()"
shell: bash
- name: Install OpenImageIO (macOs)
if: matrix.os == 'macOS-latest' && matrix.python-version == '3.12'
if: matrix.os == 'macOS-latest' && matrix.python-version == '3.13'
run: |
brew install openimageio
ln -s /opt/homebrew/Cellar/openimageio/*/lib/python*/site-packages/OpenImageIO/OpenImageIO*.so ./.venv/lib/python3.12/site-packages/OpenImageIO.so
Expand Down

0 comments on commit b1fc39f

Please sign in to comment.