Skip to content

Commit edc42db

Browse files
committed
Drop alpine, python versions older than 3.10
1 parent 99dfb63 commit edc42db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/image-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python_versions: ["3.8", "3.9", "3.10", "3.11", "3.12"]
21+
python_versions: ["3.10", "3.11", "3.12"]
2222
package_versions: ["0.3.0", "0.3.1", "0.4.0", "0.4.1", "0.4.2"]
23-
target_base: ["full", "slim", "alpine"]
23+
target_base: ["full", "slim"]
2424
steps:
2525
- name: Checkout repository
2626
uses: actions/checkout@v4

0 commit comments

Comments
 (0)