Skip to content

Commit 33f6693

Browse files
committed
Open3D not on PyPI for py312
1 parent ca7ec6a commit 33f6693

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/conda-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
shell: bash -el {0}
1111
strategy:
1212
matrix:
13-
python-version: ["3.10", "3.12"]
13+
python-version: ["3.10", "3.11"]
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:

.github/workflows/pip-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.10", "3.12"]
10+
python-version: ["3.10", "3.11"]
1111
steps:
1212
- uses: actions/checkout@v4
1313
with:

.github/workflows/poetry-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.10", "3.12"]
10+
python-version: ["3.10", "3.11"]
1111
steps:
1212
- uses: actions/checkout@v4
1313
with:

0 commit comments

Comments
 (0)