Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 483 Bytes

zope5.rst

File metadata and controls

16 lines (12 loc) · 483 Bytes

Migration from Zope 4 to Zope 5.0

Prerequisites

  • Update your project to run on the latest version of Zope 4.
  • Update your project to run on Python 3.7+.
  • Make sure no deprecation warnings are emitted when running your tests and when running the Zope instance

Migration

  • Switch to use Zope 5.0 by using its dependencies for your project.
  • No additional steps should be necessary if the prerequisites are fulfilled.