- Minimum required python version to be 3.8.10, a last version which got regular bug fixes.
- tox: drop 3.7 and add 3.12
- Next aqtinstall release will be version 3.2.0
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This change cleans up some language in the `Target directory` section
of `docs/installation.rst`, and improves formatting of anything the
user is expected to type in a console.
This change removes most of the options listed in the 'general usage'
sections in `docs/installation.rst`, and formats them so they are easy
to read. In this section, users are looking for a simple description of
what the commands do, and how to use them. This change retains the most
commonly used options, and asks the reader to refer to `docs/cli.rst`
for more complete documentation.
This change also clarifies some of the descriptions of the most
commonly-used options.
There was a table added to docs/installation.rst in #354 and modified
in #355. When I tried to build the docs, this table appeared to be
broken, and newlines were not present in the cells. This change allows
the table to render properly.