pyproject.toml: require Python 3.8+
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 8 May 2023 17:59:05 +0000 (13:59 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 8 May 2023 17:59:05 +0000 (13:59 -0400)
commit096e7e5a69fd16c1a269376aafd1e2f20c44d3c2
treefdd5ee4c25228c53fd6f973824931eed46178e68
parentd024537859c1d869bfa1cedc8abe8e3f7a648faa
pyproject.toml: require Python 3.8+

This fixes a dependency issue regarding Pylint (depending on a specific
version of astroid for Python 3.6, depending on wrapt 1.13 which makes
`poetry install` fail).

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I987d2c6cb26647c261b270013449b4d8d3684fb7
docs/modules/ROOT/pages/install.adoc
poetry.lock
pyproject.toml
This page took 0.024449 seconds and 4 git commands to generate.