Skip to content

Commit dd5a41b

Browse files
(actions) drop python3 support
1 parent 8aff18d commit dd5a41b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@ jobs:
1313
# Use a build matrix to test many builds in parallel
1414
# envvar defaults:
1515
# WITH_CMAKE: false
16-
# WITH_PYTHON3: false
1716
# WITH_IO: true
1817
# WITH_CUDA: false
1918
# WITH_CUDNN: false
2019
- BUILD_NAME: default-make
21-
# - BUILD_NAME: python3-make
22-
# WITH_PYTHON3: true
2320
- BUILD_NAME: no-io-make
2421
WITH_IO: false
2522
- BUILD_NAME: cuda-make
@@ -29,9 +26,6 @@ jobs:
2926
WITH_CUDNN: true
3027
- BUILD_NAME: default-cmake
3128
WITH_CMAKE: true
32-
- BUILD_NAME: python3-cmake
33-
WITH_CMAKE: true
34-
WITH_PYTHON3: true
3529
- BUILD_NAME: no-io-cmake
3630
WITH_CMAKE: true
3731
WITH_IO: false

0 commit comments

Comments
 (0)