Skip to content

Commit

Permalink
Uses Python 3.12.0 in tests, while zopefoundation/Zope#1188 is not fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleybl committed Dec 21, 2023
1 parent 96cd409 commit 8483779
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"]
# FIXME: Change to 3.12 when https://github.com/zopefoundation/Zope/issues/1188 is fixed.
python-version: ["3.12.0", "3.11", "3.10", "3.9", "3.8"]
plone-version: ["6.0", "5.2"]
exclude:
- python-version: 3.12
- python-version: 3.12.0
plone-version: 5.2
- python-version: 3.11
plone-version: 5.2
Expand Down

0 comments on commit 8483779

Please sign in to comment.