Skip to content

Commit ab070b9

Browse files
committed
action: remove the py38 support in ci
we use container fedora-python-tox for ci, which is not supporting py38 anymore, and ci is broken, like this: py38-django3: skipped because could not find python interpreter with spec(s): py38 https://github.com/release-engineering/kobo/actions/runs/21279154145/job/61847476854?pr=278 Let's remove the py38 support in ci.
1 parent eec6a3d commit ab070b9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,12 @@ jobs:
2727
# You can get it from `tox -l | sed "s/$/,/"`
2828
py36-django2,
2929
py36-django3,
30-
py38-django2,
31-
py38-django3,
3230
py39-django2,
3331
py39-django3,
3432
py310-django2,
3533
py310-django3,
3634
py311-django2,
3735
py311-django3,
38-
py38-django4,
3936
py39-django4,
4037
py310-django4,
4138
py311-django4,

0 commit comments

Comments
 (0)