mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-23 01:33:06 +00:00
setup.py: add 5.13 to vmtest kernels
Signed-off-by: Omar Sandoval <osandov@osandov.com>
This commit is contained in:
parent
68fae425b6
commit
e7865e2b09
2
setup.py
2
setup.py
@ -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 = [
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user