Skip to content

Commit

Permalink
Uses Python 3.12.0 in tests (#1741)
Browse files Browse the repository at this point in the history
* Uses Python 3.12.0 in tests, while errors in tests with Python 3.12.1
are
not fixed

* Apply suggestions from code review

---------

Co-authored-by: David Glick <david@glicksoftware.com>
  • Loading branch information
wesleybl and davisagli authored Jan 5, 2024
1 parent cab38fe commit 7057408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
plone-version: "6.0"
- python-version: "3.11"
plone-version: "6.0"
- python-version: "3.12"
# FIXME: Change to 3.12 when https://github.com/python/cpython/issues/113267 is fixed
- python-version: "3.12.0"
plone-version: "6.0"
steps:
# git checkout
Expand Down
1 change: 1 addition & 0 deletions news/1740.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use Python 3.12.0 in tests to work around https://github.com/python/cpython/issues/113267. @wesleybl

0 comments on commit 7057408

Please sign in to comment.