From a3b6c20b358a94dd4ec07080c934e1b0ca6a7d87 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Wed, 6 Oct 2021 22:40:14 +0300 Subject: [PATCH] Added patch-notes --- CHANGES/719.misc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CHANGES/719.misc diff --git a/CHANGES/719.misc b/CHANGES/719.misc new file mode 100644 index 00000000..bcfb4759 --- /dev/null +++ b/CHANGES/719.misc @@ -0,0 +1,2 @@ +Enabled testing on Python 3.10 +Removed `async_lru` dependency (is incompatible with Python 3.10) and replaced usage with protected property