summaryrefslogtreecommitdiff
path: root/docs/user_guide.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-08-03 07:52:18 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-08-14 21:58:01 -0500
commit707a054da49b3a5ccbac9e16bfb490f1ff65ccb6 (patch)
tree15152b11122a2211cdba89949ea068b5274ca3b9 /docs/user_guide.md
parentcda90d62c7019307ac28059d7936252e71ddf5b0 (diff)
downloadrequests-cache-707a054da49b3a5ccbac9e16bfb490f1ff65ccb6.tar.gz
Drop support for python 3.6
Diffstat (limited to 'docs/user_guide.md')
-rw-r--r--docs/user_guide.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user_guide.md b/docs/user_guide.md
index 8b74f14..9fda803 100644
--- a/docs/user_guide.md
+++ b/docs/user_guide.md
@@ -14,7 +14,7 @@ conda install -c conda-forge requests-cache
```
### Requirements
-- Requires python 3.6+.
+- Requires python 3.7+.
- You may need additional dependencies depending on which backend you want to use. To install with
extra dependencies for all supported {ref}`user_guide:cache backends`:
```
@@ -318,7 +318,7 @@ revalidate the cache with the new expiration time:
By default, responses are serialized using {py:mod}`pickle`. Some other options are also available:
:::{note}
-These features require python 3.7+ and additional dependencies
+These features require additional dependencies
:::
### JSON Serializer