From 4c89c3efcac618690e38025d7ad330bc2dfcccff Mon Sep 17 00:00:00 2001 From: "H. Shay" Date: Thu, 18 May 2023 08:25:15 -0700 Subject: [PATCH] update compatibility --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98c9d08..4401cfa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Synapse module to automatically accept invites. -Compatible with Synapse v1.57.0 and later. +Compatible with Synapse v1.84.0 and later. ## Installation diff --git a/setup.cfg b/setup.cfg index 22aa431..d455ff2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ python_requires = >= 3.7 [options.extras_require] dev = # for tests - matrix-synapse >= 1.57.0 + matrix-synapse >= 1.84.0 tox twisted aiounittest