Skip to content

Commit

Permalink
Enable testing against Python 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Aug 3, 2023
1 parent 7bd7197 commit db6b696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflow-support/make_ci_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ proj_deps=(libsqlite3-0)
proj_build_deps=(build-essential libc6-dev pkg-config)

hatchenvs=(lint ci)
cimatrix=(3.9 3.10 3.11 3.12)
cimatrix=(3.8 3.9 3.10 3.11 3.12)

c=$(buildah from "${base_image}")

Expand Down
2 changes: 1 addition & 1 deletion workflow-support/versions.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
versions={"python": ["3.9", "3.10", "3.11", "3.12"]}
versions={"python": ["3.8", "3.9", "3.10", "3.11", "3.12"]}

0 comments on commit db6b696

Please sign in to comment.