From 150b2be0cc36ca3c551b8159a2b496cb1b53e9a2 Mon Sep 17 00:00:00 2001 From: SiQube Date: Wed, 13 Sep 2023 08:07:52 -0400 Subject: [PATCH] remove python 3.7 reference from CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 73b21ee05..040727e4e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -156,7 +156,7 @@ If you add a new feature, please also include appropriate tests to verify its in functionality. We try to keep our code coverage close to 100%. It is possible to limit the scope of testing to specific environments and files. For example, to -only test event related functionality using the Python 3.7 environment use: +only test event related functionality using the Python 3.8 environment use: ```bash tox -e py38 tests/events ```