Skip to content

Commit

Permalink
Prevent updating to Python 3 only versions. (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 11, 2020
1 parent e93c29c commit 6ba79f1
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/maintenance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,14 @@ Steps for creating a new Zope release

- Check on https://zopefoundation.github.io/Zope/ for the new release.

- Check the versions.cfg file for outdated or updated
packages and update version information where necessary. You can get a good
overview of outdated packages on `requires.io
<https://requires.io/github/zopefoundation/Zope/requirements/?branch=master>`_::

$ bin/checkversions versions-prod.cfg
$ bin/checkversions versions.cfg
- Check the versions files for outdated or updated
packages and update version information where necessary. The following
commands only update to newer minor versions but not newer major versions
expecting that removing Python 2 support is signalled by an increased major
version::

$ bin/checkversions --level=2 versions-prod.cfg
$ bin/checkversions --level=2 versions.cfg
$ bin/buildout

.. note::
Expand Down

0 comments on commit 6ba79f1

Please sign in to comment.