Skip to content

Commit

Permalink
remove python 3.7 reference from CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SiQube committed Sep 13, 2023
1 parent 2fc9e69 commit 150b2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 150b2be

Please sign in to comment.