From 8138f198742148c29c27d476175a74cb3eb89a41 Mon Sep 17 00:00:00 2001 From: Or Weis Date: Sun, 28 Nov 2021 11:27:45 +0200 Subject: [PATCH] EuroPython Link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ceab7ab..bdcee91 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Method return values are sent back as RPC responses, which the other side can wa - Remote methods are easily called via the ```.other.method()``` wrapper - Connections are kept alive with a configurable retry mechanism (using Tenacity) -- As seen at PyCon IL 2021 +- As seen at PyCon IL 2021 and EuroPython 2021 Supports and tested on Python >= 3.7