Skip to content

Commit

Permalink
change one more occurence of 3.6 to 3.7 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thromer committed Apr 14, 2024
1 parent 80a66a7 commit 90bd2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ transaction.commit()
```

## Running the tests
* Create and activate a virtualenv with a Python version of at least 3.6
* Create and activate a virtualenv with a Python version of at least 3.7
* Install dependencies with `pip install -r requirements-dev-minimal.txt`
* Run tests with `python -m unittest discover tests -t /`

Expand Down

0 comments on commit 90bd2b3

Please sign in to comment.