pyproject.toml: require Pylint 2.13+ and Python 3.6.2+
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 16 May 2023 20:45:54 +0000 (16:45 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 16 May 2023 22:24:39 +0000 (18:24 -0400)
commit0e12cf8c26e916f2c4edba2c5a4a9683d9f80257
treeac73026f68b18820e2e9cdc07368576dffb56b4a
parent12df8592a309595a2556729a8640e5db6cd3abd7
pyproject.toml: require Pylint 2.13+ and Python 3.6.2+

Doing so solves Poetry errors about incompatible dependencies: Pylint
2.13 requires Python 3.6.2+, while Pylint 2.14 requires Python 3.7.2+.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Icebef33a23064efa11bda4f3fb2f5b789f99fd2a
poetry.lock
pyproject.toml
This page took 0.024175 seconds and 4 git commands to generate.