Skip to content

Commit 4474e90

Browse files
committed
remove build for 3.8 for system tests
1 parent b0d5c6d commit 4474e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_layer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
arch: [arm64, amd64]
18-
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
18+
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1919

2020
steps:
2121
- name: Checkout

0 commit comments

Comments
 (0)