From bb83dbfaaaa93828479a86cd169c10770139e1d1 Mon Sep 17 00:00:00 2001 From: TheBurchLog <5104941+TheBurchLog@users.noreply.github.com> Date: Fri, 12 Mar 2021 10:52:34 -0500 Subject: [PATCH] 3.9 worked, let's try 3.10? --- .github/workflows/pr-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-actions.yml b/.github/workflows/pr-actions.yml index 93d92d73..9eb7d4d3 100644 --- a/.github/workflows/pr-actions.yml +++ b/.github/workflows/pr-actions.yml @@ -37,7 +37,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ '2.7', '3.4', '3.5', '3.6', '3.7', '3.8','3.9'] + python-version: [ '2.7', '3.4', '3.5', '3.6', '3.7', '3.8','3.9', '3.10'] pika-version: ['0.13.1', '1.1.0'] os: ['ubuntu-latest'] exclude: