From 752ab22642b2b7840c30f8c2ae9d7aa916c5df33 Mon Sep 17 00:00:00 2001 From: Nezar Abdennur Date: Sat, 1 Jul 2023 15:43:55 -0400 Subject: [PATCH] docs: Update readme --- README.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.rst b/README.rst index 2c3ed17..6bb4566 100644 --- a/README.rst +++ b/README.rst @@ -3,8 +3,6 @@ Priority Queue Dictionary (pqdict) A priority queue dictionary maps hashable objects (keys) to priority-determining values. It provides a hybrid dictionary/priority queue API. -Works with Python 2.7+, 3.4+, and PyPy. - .. image:: https://github.com/nvictus/priority-queue-dictionary/actions/workflows/package_lint-test.yml/badge.svg :target: https://github.com/nvictus/priority-queue-dictionary/actions/workflows/package_lint-test.yml :alt: CI