diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e169b168..55dfcc25 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -77,5 +77,5 @@ Any contribution is appreciated! You might want to: Or on a single Python version: ```sh - nox -e py36 + nox -e tests-3.9 ```