summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-06-11 22:02:28 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-06-11 22:10:08 -0500
commit4138b8b47b3266b136efbd868ae1ab38570a2a6f (patch)
tree65aa141ee72b0478024af3dab23dd9d98e7eb327 /.github
parent3b7849df68884a2e0add040c2ac1ae7503f69368 (diff)
downloadrequests-cache-4138b8b47b3266b136efbd868ae1ab38570a2a6f.tar.gz
Use json.JSONDecodeError and requests.RequestException instead of requests.JSONDecodeError for compatibility with requests<2.27
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 9091d72..680fba5 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -23,13 +23,13 @@ env:
STRESS_TEST_MULTIPLIER: 5
jobs:
- # Run tests for all supported requests versions
+ # Run tests for all supported requests versions and minimum supported python version
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
- requests-version: [2.22, 2.23, 2.24, 2.25, 2.26, latest]
+ requests-version: [2.22, 2.23, 2.24, 2.25, 2.26, 2.27, latest]
fail-fast: false
services:
nginx: