Skip to content

Commit

Permalink
drop python before 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Jun 29, 2024
1 parent 45ab325 commit 22bb9f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_versions: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python_versions: ["3.10", "3.11", "3.12"]
package_versions: ["0.3.0", "0.3.1", "0.4.0", "0.4.1", "0.4.2"]
target_base: ["full", "slim"]
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/versionator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
git_name: "Robert Hafner"
git_email: "[email protected]"
action_path: ${{ github.workspace }}/.github/workflows/image-build.yml
update_python: false

0 comments on commit 22bb9f6

Please sign in to comment.