On Tue, 24 Aug 2021 at 08:27, Thomas Huth <th...@redhat.com> wrote: > > The versions that we specify for macOS are way too old already. Let's > rephrase this without specific version numbers, pointing the users > to the latest version instead. > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > _download/macos.md | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/_download/macos.md b/_download/macos.md > index 06aa811..6832436 100644 > --- a/_download/macos.md > +++ b/_download/macos.md > @@ -6,5 +6,5 @@ QEMU can be installed from <strong>MacPorts</strong>: > > <pre>sudo port install qemu</pre> > > -QEMU requires Mac OS X 10.5 or later, but it is recommended > -to use Mac OS X 10.7 or later. > +QEMU requires the latest version of macOS (or at least the previous one if > +it is not out of service yet).
This is a stronger, or at least different, commitment than docs/about/build-platforms.rst makes: # The project aims to support the most recent major version at all times. Support # for the previous major version will be dropped 2 years after the new major # version is released or when the vendor itself drops support, whichever comes # first. -- PMM