Skip to content

Commit 6df6505

Browse files
committed
Update readme badges and CI notes
1 parent d1cf8c5 commit 6df6505

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

9191
Quickstart
9292
----------

0 commit comments

Comments
 (0)