File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -77,16 +77,16 @@ Features
7777- Thread-safe and process-safe
7878- Supports multiple eviction policies (LRU and LFU included)
7979- Keys support "tag" metadata and eviction
80- - Developed on Python 3.8
81- - Tested on CPython 3.5 , 3.6 , 3.7 , 3.8
80+ - Developed on Python 3.9
81+ - Tested on CPython 3.6 , 3.7 , 3.8 , 3.9
8282- Tested on Linux, Mac OS X, and Windows
83- - Tested using Travis CI and AppVeyor CI
83+ - Tested using GitHub Actions
8484
85- .. image :: https://api.travis-ci.org /grantjenks/python-diskcache.svg?branch=master
86- :target: http ://www.grantjenks. com/docs/ diskcache/
85+ .. image :: https://github.com /grantjenks/python-diskcache/workflows/integration/badge .svg
86+ :target: https ://github. com/grantjenks/python- diskcache/actions?query=workflow%3Aintegration
8787
88- .. image :: https://ci.appveyor. com/api/projects/status/github/ grantjenks/python-diskcache?branch=master& svg=true
89- :target: http ://www.grantjenks. com/docs/ diskcache/
88+ .. image :: https://github. com/grantjenks/python-diskcache/workflows/release/badge. svg
89+ :target: https ://github. com/grantjenks/python- diskcache/actions?query=workflow%3Arelease
9090
9191Quickstart
9292----------
You can’t perform that action at this time.
0 commit comments