Skip to content

Commit aa078f3

Browse files
authored
Drop "3.10".
Per isl-org/Open3D#4535 Needs better workaround to test all other functionality in 3.10
1 parent 3add1a6 commit aa078f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pyncloud_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
python-version: [3.7, 3.8, 3.9, "3.10"]
11+
python-version: [3.7, 3.8, 3.9]
1212
platform: [ubuntu-latest, macos-latest, windows-latest]
1313
runs-on: ${{ matrix.platform }}
1414

0 commit comments

Comments
 (0)