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
77
77
- Thread-safe and process-safe
78
78
- Supports multiple eviction policies (LRU and LFU included)
79
79
- 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
82
82
- Tested on Linux, Mac OS X, and Windows
83
- - Tested using Travis CI and AppVeyor CI
83
+ - Tested using GitHub Actions
84
84
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
87
87
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
90
90
91
91
Quickstart
92
92
----------
You can’t perform that action at this time.
0 commit comments