tox.ini: Add dataclasses package for Python 3.6.

Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
This commit is contained in:
Chris PeBenito 2023-02-02 17:04:02 -05:00
parent d8a9c33337
commit 51a3e3aa98

View File

@ -48,6 +48,7 @@ commands = mypy -p setools
passenv = USERSPACE_SRC
deps = networkx>=2.0
cython>=0.27
py36: dataclasses
py38: cython>=0.29.14
py39: networkx>=2.6
py39: cython>=0.29.14