From 81fdca632a9c099fa07c58dfa6d841e6ae8a61aa Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Tue, 14 May 2019 13:10:53 -0500 Subject: [PATCH] Drop builds for f31 and beyond due to Python 2 retirement. Signed-off-by: Merlin Mathesius --- avocado.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/avocado.yaml b/avocado.yaml index b6fcae1..ddd6a3c 100644 --- a/avocado.yaml +++ b/avocado.yaml @@ -11,9 +11,9 @@ data: - MIT dependencies: - buildrequires: - platform: [] + platform: [f28, f29, f30] requires: - platform: [] + platform: [f28, f29, f30] references: community: http://avocado-framework.github.io/ documentation: http://avocado-framework.readthedocs.io/