Skip to content

Commit

Permalink
.github/workflows/tests.yml: Pin to 3.12.0. Python 3.12.1 broke zope.…
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Dec 13, 2023
1 parent 423b858 commit 27b088b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['pypy-3.10', '3.12', 3.8, 3.9, '3.10', '3.11']
# 3.12.1 breaks zope.testrunner.
# See https://github.com/zopefoundation/zope.testrunner/issues/157
python-version: ['pypy-3.10', '3.12.0', 3.8, 3.9, '3.10', '3.11']
os: [ubuntu-latest, macos-latest]
exclude:
# Can't build persistent on 3.12 with -UNDEBUG because it
Expand Down

0 comments on commit 27b088b

Please sign in to comment.