@@ -33,7 +33,7 @@ With ``nox``, you can run different sessions (default are ``lint`` and ``test``)
3333
3434* ``format `` -> Format the code.
3535* ``lint `` -> Run linters.
36- * ``test `` (``test-3.5 ``, `` test-3.6 ``, `` test-3. 7 ``, ``test-3.8 ``, ``test-3.9 ``, ``test-3.10 ``) -> Run test suite.
36+ * ``test `` (``test-3.7 ``, ``test-3.8 ``, ``test-3.9 ``, ``test-3.10 ``) -> Run test suite.
3737* ``cover `` -> Perform coverage analysis.
3838* ``build `` -> Build the distribution.
3939* ``deploy `` -> Deploy the distribution to the PyPi.
@@ -56,15 +56,15 @@ For example::
5656 nox > Running session format
5757 ...
5858
59- Sessions ``test ``, ``unit ``, and ``integration `` can run on many Python versions, 3.5 -3.10 by default.
59+ Sessions ``test ``, ``unit ``, and ``integration `` can run on many Python versions, 3.7 -3.10 by default.
6060
6161Sessions other than ``test `` use the last given Python version, 3.10 by default.
6262
6363You can change it::
6464
65- export NOX_PYTHONS=3.6 ,3.7
65+ export NOX_PYTHONS=3.7 ,3.8
6666
67- With the above setting, session ``test `` will run on Python 3.6 and 3.7 , and all other sessions on Python 3.7 .
67+ With the above setting, session ``test `` will run on Python 3.7 and 3.8 , and all other sessions on Python 3.8 .
6868
6969Given Python interpreters should be installed in the operating system or via `pyenv <https://github.com/pyenv/pyenv >`_.
7070
0 commit comments