Skip to content

Commit

Permalink
GHA: don't test Plone 6.0 on Python 3.8.
Browse files Browse the repository at this point in the history
Latest 6.0.14 no longer officially supports Python 3.8.
It really does not work anymore either, unless we would add an extra version pin:
Pillow 11 is pinned, and this does not work on Python 3.8.
See GHA failure here: https://github.com/collective/collective.exportimport/actions/runs/12652930616/job/35256797334?pr=249
  • Loading branch information
mauritsvanrees committed Jan 7, 2025
1 parent 5a30341 commit 181e53a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- ["3.6", "plone52-py36"]
- ["3.7", "plone52-py37"]
- ["3.8", "plone52-py38"]
- ["3.8", "plone60-py38"]
- ["3.9", "plone60-py39"]
- ["3.10", "plone60-py310"]
- ["3.11", "plone60-py311"]
Expand Down

0 comments on commit 181e53a

Please sign in to comment.