Skip to content

Commit

Permalink
Add preliminary support for Python 3.12rc3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Sep 21, 2023
1 parent 0209d39 commit c9e8a3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- ["3.9", "py39"]
- ["3.10", "py310"]
- ["3.11", "py311"]
- ["3.12.0-rc.2", "py312"]
- ["3.12.0-rc.3", "py312"]
- ["3.9", "docs"]
- ["3.9", "coverage"]
exclude:
Expand All @@ -41,7 +41,7 @@ jobs:
# macOS/Python 3.11+ is set up for universal2 architecture
# which causes build and package selection issues.
- { os: ["macos", "macos-11"], config: ["3.11", "py311"] }
- { os: ["macos", "macos-11"], config: ["3.12.0-rc.2", "py312"] }
- { os: ["macos", "macos-11"], config: ["3.12.0-rc.3", "py312"] }

runs-on: ${{ matrix.os[1] }}
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst
- Fix username not in access log for error requests, see issue
`#1155 <https://github.com/zopefoundation/Zope/issues/1155>`_.

- Add preliminary support for Python 3.12rc3.

5.8.4 (2023-09-06)
------------------

Expand Down

0 comments on commit c9e8a3d

Please sign in to comment.