Skip to content

Commit 8f297b0

Browse files
committed
drop py38
1 parent 8e109ce commit 8f297b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
ubuntu_version: ["22.04"]
21-
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
21+
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2222
opencv_version: ["4.11.0"]
2323
device: ["cpu", "gpu"]
2424
cuda_version: ["12.4.1"]

0 commit comments

Comments
 (0)