From 88513a75b8459d8affa1364db794aaf7290cefd5 Mon Sep 17 00:00:00 2001 From: Troy W Date: Sat, 6 Jul 2024 17:37:29 -0400 Subject: [PATCH] Removed python 3.10 from testing against devel. (#1326) --- .github/workflows/plugins-integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/plugins-integration.yml b/.github/workflows/plugins-integration.yml index 189214ff3..6e4818fa9 100644 --- a/.github/workflows/plugins-integration.yml +++ b/.github/workflows/plugins-integration.yml @@ -43,6 +43,8 @@ jobs: python: '3.9' - ansible: devel python: '3.9' + - ansible: devel + python: '3.10' steps: - name: Check out code