1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
--- a/README.rst
+++ b/README.rst
@@ -21,11 +21,6 @@
- Developed on Python 3.9
- Tested on CPython 3.6, 3.7, 3.8, and 3.9
-.. image:: https://github.com/grantjenks/python-sortedcollections/workflows/integration/badge.svg
- :target: https://github.com/grantjenks/python-sortedcollections/actions?query=workflow%3Aintegration
-
-.. image:: https://github.com/grantjenks/python-sortedcollections/workflows/release/badge.svg
- :target: https://github.com/grantjenks/python-sortedcollections/actions?query=workflow%3Arelease
Quickstart
----------
|