summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook.git@proton.me>2022-07-19 19:11:08 -0500
committerJordan Cook <jordan.cook.git@proton.me>2022-07-30 17:12:19 -0500
commitdc34cda843f427ff3788ad4a283f06547ba72409 (patch)
tree88d659f6a318dbc0220c8e77889c2955707edfac /.github
parent1d78f345dbef217cd40d9192ce91f3acc41f8b4a (diff)
downloadrequests-cache-dc34cda843f427ff3788ad4a283f06547ba72409.tar.gz
Update only_if_cached to take precedence over refresh or other revalidation conditions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4fe2030..9ba887c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.7, 3.8, 3.9, '3.10', 3.11.0-beta.3]
+ python-version: [3.7, 3.8, 3.9, '3.10', 3.11.0-beta.4]
fail-fast: false
services:
nginx: