Skip to content

Commit

Permalink
Open3D not on PyPI for py312
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Oct 25, 2024
1 parent ca7ec6a commit 33f6693
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
shell: bash -el {0}
strategy:
matrix:
python-version: ["3.10", "3.12"]
python-version: ["3.10", "3.11"]
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.12"]
python-version: ["3.10", "3.11"]
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/poetry-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.12"]
python-version: ["3.10", "3.11"]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 33f6693

Please sign in to comment.