1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 09:13:23 +00:00

Merge pull request #564 from jairhenrique/drop-35

Drop support to deprecated Python (<3.6)
This commit is contained in:
Ivan Malison
2021-08-15 20:16:21 +00:00
committed by GitHub
4 changed files with 9 additions and 15 deletions

View File

@@ -130,10 +130,10 @@ in this example::
pip install tox tox-pyenv
# Install supported versions (at time of writing), this does not activate them
pyenv install 3.5.9 3.6.9 3.7.5 3.8.0 pypy3.6-7.2.0
pyenv install 3.6.9 3.7.5 3.8.0 pypy3.6-7.2.0
# This activates them
pyenv local 3.5.9 3.6.9 3.7.5 3.8.0 pypy3.6-7.2.0
pyenv local 3.6.9 3.7.5 3.8.0 pypy3.6-7.2.0
# Run the whole test suite
tox