Skip to content

Commit 22bb9f6

Browse files
committed
drop python before 3.10
1 parent 45ab325 commit 22bb9f6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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"]
2323
target_base: ["full", "slim"]
2424
steps:

.github/workflows/versionator.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ jobs:
2828
git_name: "Robert Hafner"
2929
git_email: "tedivm@tedivm.com"
3030
action_path: ${{ github.workspace }}/.github/workflows/image-build.yml
31+
update_python: false

0 commit comments

Comments
 (0)