From c1d8be569d61c45b7db0bdfecfd03f1652164eda Mon Sep 17 00:00:00 2001 From: Stephen Moore Date: Sun, 13 Oct 2024 11:10:18 +1100 Subject: [PATCH] Fix readme to say this plugin is python3.11+ --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b79b6eb..71f0999 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Alternative Pytest Asyncio This plugin allows you to have async pytest fixtures and tests. -This plugin only supports python 3.6 and above. +This plugin only supports python 3.11 and above. The code here is influenced by pytest-asyncio but with some differences: