setup.py: add 5.13 to vmtest kernels

Signed-off-by: Omar Sandoval <osandov@osandov.com>
This commit is contained in:
Omar Sandoval 2021-05-10 11:15:46 -07:00
parent 68fae425b6
commit e7865e2b09

View File

@ -125,7 +125,7 @@ class sdist(_sdist):
class test(Command):
description = "run unit tests after in-place build"
KERNELS = ["5.12", "5.11", "5.10", "5.4", "4.19", "4.14", "4.9", "4.4"]
KERNELS = ["5.13", "5.12", "5.11", "5.10", "5.4", "4.19", "4.14", "4.9", "4.4"]
user_options = [
(