From 51a3e3aa98c6d84c916f5c7ae5597aeb1a2156f7 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Thu, 2 Feb 2023 17:04:02 -0500 Subject: [PATCH] tox.ini: Add dataclasses package for Python 3.6. Signed-off-by: Chris PeBenito --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 48d9ab3..59bd5e5 100644 --- a/tox.ini +++ b/tox.ini @@ -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