From 7dd534fa7a5b98325348d4e26a378259315b4714 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Tue, 19 Apr 2022 15:15:21 -0500 Subject: Add another requests version to pre-deploy tests --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 87ac56e..8d51a8d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: python-version: [3.7] - requests-version: [2.22, 2.23, 2.24, 2.25, latest] + requests-version: [2.22, 2.23, 2.24, 2.25, 2.26, latest] fail-fast: false services: nginx: -- cgit v1.2.1